Skip to content

Commit

Permalink
traefik config
Browse files Browse the repository at this point in the history
  • Loading branch information
BryonLewis committed Feb 19, 2024
1 parent ff04240 commit fba95a0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ services:
labels:
# Traefik HTTPS Redirect
- "traefik.enable=true"
- "traefik.http.routers.girder-rtr.entrypoints=websecure"
- "traefik.http.routers.girder-rtr.rule=Host(`${HOSTNAME}`)"
- "traefik.http.routers.http-catchall.entrypoints=web"
- "traefik.http.routers.http-catchall.rule=HostRegexp(`{host:.+}`)"
- "traefik.http.routers.http-catchall.middlewares=redirect-to-https-mddl@docker"
- "traefik.http.middlewares.redirect-to-https-mddl.redirectscheme.scheme=https"
volumes:
Expand Down Expand Up @@ -94,8 +94,7 @@ services:
- "traefik.http.routers.client-rtr.entrypoints=websecure"
- "traefik.http.routers.client-rtr.rule=Host(`batai.kitware.com`)"
- "traefik.enable=true"
- "traefik.http.services.client-svc.loadbalancer.server.port=90"
- "traefik.http.routers.client-rtr.entrypoints=web"
- "traefik.http.services.client-svc.loadbalancer.server.port=80"
- "traefik.http.routers.client-rtr.rule=HostRegexp(`{catchall:.*}`)"
postgres:
image: postgis/postgis:latest
Expand Down

0 comments on commit fba95a0

Please sign in to comment.