Update deploy ocean.yml
parent
8dca81fa2c
commit
abe2e10d42
|
@ -19,6 +19,7 @@
|
||||||
DEBUG: "{{DEBUG}}"
|
DEBUG: "{{DEBUG}}"
|
||||||
labels:
|
labels:
|
||||||
traefik.enable: "true"
|
traefik.enable: "true"
|
||||||
|
traefik.docker.network: "traefik"
|
||||||
traefik.http.routers.ocean.entrypoints: "web,websecure"
|
traefik.http.routers.ocean.entrypoints: "web,websecure"
|
||||||
traefik.http.routers.ocean.rule: "HostRegexp(`{subdomain:[a-zA-Z0-9-]+}.panel.eron.co`) || HostRegexp(`{subdomain:[a-zA-Z0-9-]+}.demo.eron.co`)"
|
traefik.http.routers.ocean.rule: "HostRegexp(`{subdomain:[a-zA-Z0-9-]+}.panel.eron.co`) || HostRegexp(`{subdomain:[a-zA-Z0-9-]+}.demo.eron.co`)"
|
||||||
traefik.http.services.ocean.loadbalancer.server.port: "3000"
|
traefik.http.services.ocean.loadbalancer.server.port: "3000"
|
||||||
|
|
Loading…
Reference in New Issue