This commit is contained in:
2025-11-03 09:58:42 +08:00
parent 8e7e69e7ce
commit 6c7384e8b4

View File

@@ -18,11 +18,11 @@ services:
- traefik.http.services.healthy-oil-frontend.loadbalancer.server.port=80 - traefik.http.services.healthy-oil-frontend.loadbalancer.server.port=80
- traefik.http.routers.healthy-oil-frontend-http.rule=Host(`healthy-oil.develop-cat.com`) - traefik.http.routers.healthy-oil-frontend-http.rule=Host(`healthy-oil.develop-cat.com`)
- traefik.http.routers.healthy-oil-frontend-http.entrypoints=web - traefik.http.routers.healthy-oil-frontend-http.entrypoints=http
- traefik.http.routers.healthy-oil-frontend-http.service=healthy-oil-frontend - traefik.http.routers.healthy-oil-frontend-http.service=healthy-oil-frontend
- traefik.http.routers.healthy-oil-frontend-https.rule=Host(`healthy-oil.develop-cat.com`) - traefik.http.routers.healthy-oil-frontend-https.rule=Host(`healthy-oil.develop-cat.com`)
- traefik.http.routers.healthy-oil-frontend-https.entrypoints=websecure - traefik.http.routers.healthy-oil-frontend-https.entrypoints=https
- traefik.http.routers.healthy-oil-frontend-https.tls=true - traefik.http.routers.healthy-oil-frontend-https.tls=true
- traefik.http.routers.healthy-oil-frontend-https.service=healthy-oil-frontend - traefik.http.routers.healthy-oil-frontend-https.service=healthy-oil-frontend