Ensure that traefik is not set incorrectly

This commit is contained in:
Benjamin Salzberg 2024-05-01 02:02:45 +00:00
parent d99e3d7f75
commit 94ba6d04a3
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ services:
- "traefik.enable=true"
- "traefik.http.routers.piped.rule=Host(`FRONTEND_HOSTNAME`, `BACKEND_HOSTNAME`, `PROXY_HOSTNAME`)"
- "traefik.http.routers.piped.entrypoints=websecure"
- "traefik.http.services.piped.loadbalancer.server.port=PORT_VALUE"
- "traefik.http.services.piped.loadbalancer.server.port=8080"
postgres:
image: postgres:15
restart: unless-stopped