Update docker-compose.yml

This commit is contained in:
Stavros Iliopoulos 2023-08-14 00:24:43 +03:00 committed by GitHub
parent 95f0f7bfd0
commit 852fad63c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ services:
# Main
traefik.enable: true
traefik.http.middlewares.tandoor-web-redirect.redirectscheme.scheme: https
traefik.http.services.tandoor.loadbalancer.server.port: 8341
traefik.http.services.tandoor.loadbalancer.server.port: 8080
# Web
traefik.http.routers.tandoor-insecure.rule: Host(`${APP_DOMAIN}`)
traefik.http.routers.tandoor-insecure.entrypoints: web