diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..0f9e640 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,13 @@ +services: + das-glas: + image: discord-dasglas:latest + volumes: + - /home/ne_ju/discordbots/dasGlas:/usr/src/app/dasGlas + tts: + image: discord-tts:latest + volumes: + - /home/ne_ju/discordbots/tts:/usr/src/app/tts + channelBot: + image: discord-channelbot:latest + volumes: + - /home/ne_ju/discordbots/channelBot:/usr/src/app/channelBot \ No newline at end of file