fix(docker): fix config files reading & add compose file

This commit is contained in:
Ralex
2025-10-19 12:32:46 +02:00
parent 96bff164c0
commit 90555891f8
9 changed files with 29 additions and 50 deletions

13
compose.yml Normal file
View File

@@ -0,0 +1,13 @@
version: "3.8"
services:
rahoot:
image: rahoot
ports:
- "3000:3000"
- "3001:3001"
volumes:
- ./config:/app/config # Path to your game config
environment:
- WEB_ORIGIN=http://localhost:3000
- SOCKET_URL=http://localhost:3001