Move files to extras

This commit is contained in:
2022-01-02 02:45:29 +01:00
parent 0bcf654e86
commit 849c72552c
4 changed files with 0 additions and 0 deletions

View File

@ -1,18 +0,0 @@
version: "3"
services:
discord-reminder-bot:
image: thelovinator/discord-reminder-bot
build: .
env_file:
- .env
container_name: discord-reminder-bot
environment:
- BOT_TOKEN=${BOT_TOKEN}
- TIMEZONE=${TIMEZONE}
- LOG_LEVEL=${LOG_LEVEL}
- SQLITE_LOCATION=/data/jobs.sqlite
restart: unless-stopped
volumes:
- data_folder:/home/botuser/data/
volumes:
data_folder: