mirror of
https://github.com/lklynet/hypermind.git
synced 2026-05-03 09:30:36 +00:00
10 lines
173 B
YAML
10 lines
173 B
YAML
services:
|
|
hypermind:
|
|
build: .
|
|
image: hypermind
|
|
container_name: hypermind
|
|
network_mode: host
|
|
restart: unless-stopped
|
|
environment:
|
|
- PORT=3000
|