Added priority to traefik tag
All checks were successful
Deploy Apartment API / deploy (push) Successful in 9m44s

This commit is contained in:
2025-07-15 20:36:12 -06:00
parent 9153a2faf8
commit 4c3b63c4bf
3 changed files with 5 additions and 3 deletions

View File

@ -12,6 +12,7 @@ services:
- "traefik.http.routers.apartment-api.rule=Host(`apartments.maverickapplications.com`) && PathPrefix(`/api`)"
- "traefik.http.routers.apartment-api.entrypoints=websecure"
- "traefik.http.routers.apartment-api.tls.certresolver=letsencrypt"
- "traefik.http.routers.apartment-api.priority=100"
- "traefik.http.services.apartment-api.loadbalancer.server.port=8080" # Updated to match
- "traefik.http.middlewares.apartment-api-stripprefix.stripprefix.prefixes=/api"
- "traefik.http.routers.apartment-api.middlewares=apartment-api-stripprefix"