feat: implement an RSS Discord bot with slash commands for feed management and Docker support.
This commit is contained in:
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
rss-bot:
|
||||
build: .
|
||||
container_name: rss-discord-bot
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
- DATA_DIR=/app/data
|
||||
volumes:
|
||||
- bot-data:/app/data
|
||||
|
||||
volumes:
|
||||
bot-data:
|
||||
Reference in New Issue
Block a user