AI_Diplomacy/docker-compose.yaml

14 lines
234 B
YAML

services:
twitch-streamer:
build: twitch-streamer
env_file: ".env"
cap_add:
- SYS_ADMIN
environment:
- DISPLAY=:99
diplomacy:
build: ai_animation
ports:
- "4173:4173"
- "5173:5173"