Added priority to traefik tag
All checks were successful
Deploy Apartment API / deploy (push) Successful in 9m44s
All checks were successful
Deploy Apartment API / deploy (push) Successful in 9m44s
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user