Refactor docker-compose.yml to remove unused traefik.tcp.middlewares.test-inflightconn.inflightconn.burst label

This commit is contained in:
2024-05-29 16:44:51 +08:00
parent b63e5af186
commit 9f62b79b6f
-1
View File
@@ -60,7 +60,6 @@ services:
labels:
- "traefik.enable=true"
- "traefik.tcp.middlewares.test-inflightconn.inflightconn.amount=10"
- "traefik.tcp.middlewares.test-inflightconn.inflightconn.burst=10"
- "traefik.tcp.routers.postgres.entrypoints=postgres-socket"
- "traefik.tcp.routers.postgres.rule=HostSNIRegexp(`^.+\\.furyhawk\\.lol$`)"
- "traefik.tcp.routers.postgres.middlewares=test-inflightconn"