Update deploy ocean.yml

master
omidshj 2024-07-04 16:48:50 +03:30
parent 8dca81fa2c
commit abe2e10d42
1 changed files with 1 additions and 0 deletions

View File

@ -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"