initial COM1 gateway system blueprint
This commit is contained in:
14
docker/docker-compose.nats-fsn.yml
Normal file
14
docker/docker-compose.nats-fsn.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
hxki-nats-fsn:
|
||||
image: nats:2.12.2
|
||||
container_name: hxki-nats-fsn
|
||||
command: ["-js", "-m", "8222"]
|
||||
networks:
|
||||
- hxki-internal
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
hxki-internal:
|
||||
external: true
|
||||
Reference in New Issue
Block a user