mirror of
https://github.com/TheLovinator1/discord-reminder-bot.git
synced 2025-07-13 17:13:29 +02:00
Refactor Dockerfile and docker-compose.yml to set environment variables directly and remove unused variables
This commit is contained in:
@ -7,9 +7,6 @@ services:
|
||||
environment:
|
||||
- BOT_TOKEN=${BOT_TOKEN}
|
||||
- TIMEZONE=${TIMEZONE}
|
||||
- LOG_LEVEL=${LOG_LEVEL}
|
||||
- SQLITE_LOCATION=/data/jobs.sqlite
|
||||
- DATA_DIR=/data
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- data_folder:/home/botuser/data/
|
||||
|
Reference in New Issue
Block a user