Skip to content

Commit

Permalink
Prepare docker-compose for docker hub releases
Browse files Browse the repository at this point in the history
  • Loading branch information
tapnisu committed Oct 24, 2024
1 parent 5be6c5a commit 2d69add
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: forwarding-discord-telegram
services:
forwarding-discord-telegram:
build: .
bot:
image: tapnisu/forwarding-discord-telegram:main
environment:
- DISCORD_TOKEN=
- TELEGRAM_TOKEN=
- TELEGRAM_CHAT_ID=
DISCORD_TOKEN: ${DISCORD_TOKEN}
TELEGRAM_TOKEN: ${TELEGRAM_TOKEN}
TELEGRAM_CHAT_ID: ${TELEGRAM_CHAT_ID}
volumes:
- ./config.json:/app/config.json
restart: unless-stopped

0 comments on commit 2d69add

Please sign in to comment.