add docker compose

This commit is contained in:
LunyaaDev
2026-01-02 17:38:54 +01:00
parent 11d640c9a1
commit fa3e8cc8b4
2 changed files with 17 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
services:
hypermind:
build: .
image: hypermind
container_name: hypermind
network_mode: host
restart: unless-stopped
environment:
- PORT=3000
+8
View File
@@ -0,0 +1,8 @@
services:
hypermind:
image: ghcr.io/lklynet/hypermind:latest
container_name: hypermind
network_mode: host
restart: unless-stopped
environment:
- PORT=3000