1
0
Fork 0
mirror of https://gitlab.jonasled.de/jonasled/discordbot synced 2024-09-09 01:21:30 +02:00
discordbot/docker-compose.yml

10 lines
No EOL
268 B
YAML

#This is the production compose file, if you want to develop use the docker-compose-build file.
version: '2.1'
services:
discord_bot:
image: discordbot:latest
volumes:
- ./config.py:/config.py
- database:/database.db
volumes:
database: