pull/4/head
Cameron Clough 2022-04-20 20:09:59 +01:00
parent 3489a99f50
commit e8a7195849
No known key found for this signature in database
GPG Key ID: BFB3B74B026ED43F
1 changed files with 2 additions and 2 deletions

View File

@ -50,8 +50,8 @@ services:
- "traefik.enable=true"
# API service forwards requests to container port 8080
- "traefik.http.services.api.loadbalancer.server.port=8080"
# Expose api at https://api.uat.retropilot.org
- "traefik.http.routers.api.rule=Host(`api.uat.retropilot.org`)"
# Expose api at https://api.uat.retropilot.org and https://uat.api.retropilot.org
- "traefik.http.routers.api.rule=Host(`api.uat.retropilot.org`) || Host(`uat.api.retropilot.org`)"
- "traefik.http.routers.api.entrypoints=websecure"
- "traefik.http.routers.api.service=api@docker"
- "traefik.http.routers.api.tls=true"