mirror of
https://github.com/GoodStartLabs/AI_Diplomacy.git
synced 2026-04-19 12:58:09 +00:00
Streams to twitch given a correct streaming key. Needs to fic the fact that the screen isn't the full width of the monitor
This commit is contained in:
parent
ee75a2a4ba
commit
33298eff3c
9 changed files with 177 additions and 100 deletions
15
docker-compose.yaml
Normal file
15
docker-compose.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue