From 7ea7cff849691f35085ab6094685e9b64abde75e Mon Sep 17 00:00:00 2001 From: Cameron Clough Date: Thu, 14 Apr 2022 13:43:04 +0100 Subject: [PATCH] disable athena in uat --- environment/uat/docker-compose.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/environment/uat/docker-compose.yml b/environment/uat/docker-compose.yml index ee14aef..dc94121 100644 --- a/environment/uat/docker-compose.yml +++ b/environment/uat/docker-compose.yml @@ -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