Skip to content

Commit c567656

Browse files
fix: Update Traefik router labels for proposal review assistant service
1 parent 880ac5f commit c567656

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docker/compose.app.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@ services:
3636
labels:
3737
- "traefik.enable=true"
3838
- "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"
4949

5050
networks:
5151
shared-network:

0 commit comments

Comments
 (0)