mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-21 23:46:51 +00:00
refactor: Update Traefik ingress routes file paths
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
services:
|
||||
emqx1:
|
||||
image: emqx:latest
|
||||
environment:
|
||||
EMQX_NAME: emqx_node1
|
||||
EMQX_HOST: 127.0.0.1
|
||||
healthcheck:
|
||||
test: ["CMD", "/opt/emqx/bin/emqx", "ctl", "status"]
|
||||
interval: 60s
|
||||
@@ -8,6 +11,7 @@ services:
|
||||
retries: 5
|
||||
volumes:
|
||||
- /var/data/emqx-data1:/opt/emqx/data
|
||||
- /var/data/emqx-etc1:/opt/emqx/etc
|
||||
networks:
|
||||
- traefik-public
|
||||
# ports:
|
||||
|
||||
Reference in New Issue
Block a user