initial COM1 gateway system blueprint
This commit is contained in:
9
stack/docker-compose.yml
Normal file
9
stack/docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
version: "3.9"
|
||||
|
||||
services:
|
||||
hxki-web:
|
||||
build: .
|
||||
container_name: hxki-web
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3003:3003"
|
||||
Reference in New Issue
Block a user