mirror of
https://github.com/GoodStartLabs/AI_Diplomacy.git
synced 2026-04-19 12:58:09 +00:00
15 lines
271 B
YAML
15 lines
271 B
YAML
services:
|
|
twitch-streamer:
|
|
build: twitch-streamer
|
|
env_file: ".env"
|
|
cap_add:
|
|
- SYS_ADMIN
|
|
environment:
|
|
- DISPLAY=:99
|
|
- SCREEN_GEOMETRY=1920x1080x24
|
|
|
|
diplomacy:
|
|
build: ai_animation
|
|
ports:
|
|
- "4173:4173"
|
|
- "5173:5173"
|