this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 10 lines 141 B view raw
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