docker-compose.yml hinzugefügt
This commit is contained in:
parent
4bd7a01857
commit
bb79a6f26c
|
|
@ -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
|
||||||
Loading…
Reference in New Issue