From bb79a6f26c44c24f4a93b7b844ad1dfcc2635779 Mon Sep 17 00:00:00 2001 From: ne_ju Date: Tue, 23 Sep 2025 22:31:54 +0000 Subject: [PATCH] =?UTF-8?q?docker-compose.yml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docker-compose.yml 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