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