mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-21 23:46:51 +00:00
Refactor traefik and dozzle service configurations in docker-compose.yml
This commit is contained in:
@@ -57,8 +57,13 @@ services:
|
||||
- "5432:5432"
|
||||
networks:
|
||||
- net
|
||||
# labels:
|
||||
# - "traefik.enable=true"
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.tcp.routers.postgres.entrypoints=postgres-socket"
|
||||
- "traefik.tcp.routers.postgres.rule=HostSNIRegexp(`^.+\\.furyhawk\\.lol$`)"
|
||||
- "traefik.tcp.middlewares.test-inflightconn.inflightconn.amount=10"
|
||||
- "traefik.tcp.routers.postgres.service=postgres_service"
|
||||
- "traefik.tcp.services.postgres_service.loadbalancer.server.port=5432"
|
||||
# - "traefik.http.routers.postgres.entrypoints=web-secure"
|
||||
# - "traefik.http.routers.postgres.rule=Host(`db.${DOMAINNAME}`)"
|
||||
# - "traefik.http.routers.postgres.middlewares=rate-limit@file, csrf@file"
|
||||
|
||||
Reference in New Issue
Block a user