Files
hypermind/docker-compose.dev.yml

14 lines
254 B
YAML

services:
hypermind:
build: .
image: hypermind
container_name: hypermind
#network_mode: host
ports:
- "3000:3000"
restart: unless-stopped
environment:
- PORT=3000
- ENABLE_CHAT=true
- ENABLE_MAP=true