mirror of
https://github.com/TheLovinator1/discord-reminder-bot.git
synced 2025-07-13 09:03:29 +02:00
Add WEBHOOK_URL to environment variables in docker-compose.yml
This commit is contained in:
@ -7,6 +7,7 @@ services:
|
||||
environment:
|
||||
- BOT_TOKEN=${BOT_TOKEN}
|
||||
- TIMEZONE=${TIMEZONE}
|
||||
- WEBHOOK_URL=${WEBHOOK_URL}
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- data_folder:/home/botuser/data/
|
||||
|
Reference in New Issue
Block a user