mirror of
https://github.com/lklynet/hypermind.git
synced 2026-05-03 09:30:36 +00:00
14 lines
254 B
YAML
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
|