AI_Diplomacy/docker-compose.yaml
Tyler Marques e92c3393d2
Full working stream. Fixed issue with chrome SIGILL'ing with base software renderer
Moved the assets to public, as assets is the directory that vite preview
serves it's files from and that confuses vite. Using public is just
easier. Updated all the needed links.
2025-03-17 16:27:03 -04:00

16 lines
265 B
YAML

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