mirror of
https://gitlab.jonasled.de/jonasled/discordbot
synced 2024-11-03 22:29:26 +01:00
7 lines
214 B
YAML
7 lines
214 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
|