Files
hypermind/docker-compose.dev.yml
2026-01-02 17:38:54 +01:00

10 lines
173 B
YAML

services:
hypermind:
build: .
image: hypermind
container_name: hypermind
network_mode: host
restart: unless-stopped
environment:
- PORT=3000