1
0
Fork 0
mirror of https://gitlab.jonasled.de/jonasled/discordbot synced 2024-11-03 22:29:26 +01:00
discordbot/docker-compose.yml

7 lines
214 B
YAML
Raw Normal View History

2020-04-02 19:19:55 +02:00
#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