Files
Rahoot/compose.yml

14 lines
273 B
YAML

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