disable athena in uat

pull/4/head
Cameron Clough 2022-04-14 13:43:04 +01:00
parent 6593ba322a
commit 7ea7cff849
No known key found for this signature in database
GPG Key ID: BFB3B74B026ED43F
1 changed files with 9 additions and 9 deletions

View File

@ -55,18 +55,18 @@ services:
- "traefik.http.routers.api.tls=true"
- "traefik.http.routers.api.tls.certresolver=retropilot"
# Athena service forwards requests to container port 4040
- "traefik.http.services.athena.loadbalancer.server.port=4040"
# Expose athena at https://uat.athena.retropilot.org
- "traefik.http.routers.athena.rule=Host(`athena.uat.retropilot.org`)"
- "traefik.http.routers.athena.entrypoints=websecure"
- "traefik.http.routers.athena.service=athena@docker"
- "traefik.http.routers.athena.tls=true"
- "traefik.http.routers.athena.tls.certresolver=retropilot"
# Monitor for image updates and restart automatically
- "com.centurylinklabs.watchtower.enable=true"
# # Athena service forwards requests to container port 4040
# - "traefik.http.services.athena.loadbalancer.server.port=4040"
# # Expose athena at https://uat.athena.retropilot.org
# - "traefik.http.routers.athena.rule=Host(`athena.uat.retropilot.org`)"
# - "traefik.http.routers.athena.entrypoints=websecure"
# - "traefik.http.routers.athena.service=athena@docker"
# - "traefik.http.routers.athena.tls=true"
# - "traefik.http.routers.athena.tls.certresolver=retropilot"
# API worker
worker:
# Use the same image as the server