adjusting for exsting traefik host
This commit is contained in:
@@ -31,9 +31,8 @@ services:
|
||||
- coolify.managed=true
|
||||
- traefik.enable=true
|
||||
- "traefik.http.routers.jobs-app.rule=Host(`${SERVICE_FQDN_JOBS_APP:-localhost}`)"
|
||||
- traefik.http.routers.jobs-app.entryPoints=https
|
||||
- "traefik.http.routers.jobs-app.middlewares=https-redirect"
|
||||
- "traefik.http.middlewares.https-redirect.redirectscheme.scheme=https"
|
||||
- traefik.http.routers.jobs-app.entryPoints=http
|
||||
- "traefik.http.services.jobs-app.loadbalancer.server.port=8000"
|
||||
networks:
|
||||
- jobs-network
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user