Files
discord-reminder-bot/docker-compose.yml

15 lines
329 B
YAML

services:
discord-reminder-bot:
image: thelovinator/discord-reminder-bot
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: