Skip to content

Commit

Permalink
Fixed incorrect traefik router names in the staging compose stack (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogsilva authored Nov 12, 2024
1 parent 17658dc commit 8a545ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/compose.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ services:
networks:
- back
labels:
- "traefik.http.routers.arpav-frontend.entrypoints=web"
- "traefik.http.routers.arpav-frontend-router.entrypoints=web"
- "traefik.http.routers.arpav-frontend-router.rule=Host(`arpav.geobeyond.dev`) && !PathRegexp(`^/(api|admin|prefect|vector-tiles)`)"
- "exposed.inside=true"

Expand All @@ -69,7 +69,7 @@ services:
env_file:
- *env-file-webapp
labels:
- "traefik.http.routers.arpav-backend.entrypoints=web"
- "traefik.http.routers.arpav-backend-router.entrypoints=web"
- "traefik.http.routers.arpav-backend-router.rule=Host(`arpav.geobeyond.dev`) && PathRegexp(`^/(api|admin)`)"
- "exposed.inside=true"
volumes:
Expand Down Expand Up @@ -160,7 +160,7 @@ services:

tolgee-app:
labels:
- "traefik.http.routers.arpav-frontend.entrypoints=web"
- "traefik.http.routers.tolgee-app-router.entrypoints=web"
- "exposed.inside=true"
- "traefik.http.routers.tolgee-app-router.rule=Host(`tolgee.arpav.geobeyond.dev`) && PathPrefix(`/`)"
networks:
Expand Down

0 comments on commit 8a545ca

Please sign in to comment.