mirror of
https://github.com/TheLovinator1/discord-reminder-bot.git
synced 2025-07-13 17:13:29 +02:00
15 lines
345 B
YAML
15 lines
345 B
YAML
services:
|
|
discord-reminder-bot:
|
|
image: ghcr.io/thelovinator1/discord-reminder-bot:latest
|
|
env_file:
|
|
- .env
|
|
container_name: discord-reminder-bot
|
|
environment:
|
|
- BOT_TOKEN=${BOT_TOKEN}
|
|
- TIMEZONE=${TIMEZONE}
|
|
restart: unless-stopped
|
|
volumes:
|
|
- data_folder:/home/botuser/data/
|
|
volumes:
|
|
data_folder:
|