mirror of
https://github.com/GoodStartLabs/AI_Diplomacy.git
synced 2026-04-19 12:58:09 +00:00
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.
16 lines
265 B
YAML
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"
|