mirror of
https://github.com/lklynet/hypermind.git
synced 2026-05-03 09:30:36 +00:00
add docker compose
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
hypermind:
|
||||
build: .
|
||||
image: hypermind
|
||||
container_name: hypermind
|
||||
network_mode: host
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- PORT=3000
|
||||
@@ -0,0 +1,8 @@
|
||||
services:
|
||||
hypermind:
|
||||
image: ghcr.io/lklynet/hypermind:latest
|
||||
container_name: hypermind
|
||||
network_mode: host
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- PORT=3000
|
||||
Reference in New Issue
Block a user