DiscordBots/docker-compose.yml

24 lines
565 B
YAML

services:
das-glas:
build:
context: ./dasGlas
dockerfile: ./Dockerfile
image: discord-dasglas:latest
volumes:
- /home/ne_ju/DiscordBots/dasGlas:/usr/src/app/dasGlas
tts:
build:
context: ./tts
dockerfile: ./Dockerfile
image: discord-tts:latest
volumes:
- /home/ne_ju/DiscordBots/tts:/usr/src/app/tts
channelBot:
build:
context: ./channelBot
dockerfile: ./Dockerfile
image: discord-channelbot:latest
volumes:
- /home/ne_ju/DiscordBots/channelBot:/usr/src/app/channelBot