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