mirror of
https://github.com/randyjc/Rahoot.git
synced 2026-03-13 20:15:35 +01:00
Initial clean state
This commit is contained in:
13
compose.yml
Normal file
13
compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
rahoot:
|
||||
image: ralex91/rahoot:latest
|
||||
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
|
||||
Reference in New Issue
Block a user