Remove extras folder and make README more verbose

This commit is contained in:
2022-05-03 00:03:53 +02:00
parent fb8043e129
commit fdede8d152
6 changed files with 12 additions and 27 deletions

16
docker-compose.yml Normal file
View File

@ -0,0 +1,16 @@
services:
discord-reminder-bot:
image: thelovinator/discord-reminder-bot
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: