@@ -36,16 +36,16 @@ services:
36
36
labels :
37
37
- " traefik.enable=true"
38
38
- " traefik.http.middlewares.redirect-to-https.redirectscheme.scheme=https"
39
- - " traefik.http.routers.http-application-server .entryPoints=http"
40
- - " traefik.http.routers.http-application-server .middlewares=redirect-to-https"
41
- - " traefik.http.routers.http-application-server .rule=Host(`${APP_HOSTNAME}`) && PathPrefix(`/`)"
42
- - " traefik.http.routers.https-application-server .entryPoints=https"
43
- - " traefik.http.routers.https-application-server .rule=Host(`${APP_HOSTNAME}`) && PathPrefix(`/`)"
44
- - " traefik.http.routers.https-application-server .tls.certresolver=letsencrypt"
45
- - " traefik.http.routers.https-application-server .tls=true"
46
- - " traefik.http.services.app .loadbalancer.server.port=7860"
47
- - " traefik.http.routers.http-application-server .priority=5"
48
- - " traefik.http.routers.https-application-server .priority=10"
39
+ - " traefik.http.routers.http-proposal-review-assistant .entryPoints=http"
40
+ - " traefik.http.routers.http-proposal-review-assistant .middlewares=redirect-to-https"
41
+ - " traefik.http.routers.http-proposal-review-assistant .rule=Host(`${APP_HOSTNAME}`) && PathPrefix(`/`)"
42
+ - " traefik.http.routers.https-proposal-review-assistant .entryPoints=https"
43
+ - " traefik.http.routers.https-proposal-review-assistant .rule=Host(`${APP_HOSTNAME}`) && PathPrefix(`/`)"
44
+ - " traefik.http.routers.https-proposal-review-assistant .tls.certresolver=letsencrypt"
45
+ - " traefik.http.routers.https-proposal-review-assistant .tls=true"
46
+ - " traefik.http.services.http-proposal-review-assistant .loadbalancer.server.port=7860"
47
+ - " traefik.http.routers.http-proposal-review-assistant .priority=5"
48
+ - " traefik.http.routers.https-proposal-review-assistant .priority=10"
49
49
50
50
networks :
51
51
shared-network :
0 commit comments