Select the types of activity you want to include in your feed.
1version: '3.8' 2 3services: 4 bot: 5 build: . 6 restart: unless-stopped 7 env_file: 8 - .env 9 volumes: 10 - ./data:/app/data:ro