fix: update PostgreSQL host to static IP and disable Traefik for PostgreSQL service

This commit is contained in:
2025-05-03 22:05:59 +08:00
parent c03e49b389
commit 2ac2b20a97
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ services:
# Create an entrypoint "dns" listening on port 53
# - --entrypoints.dns.address=:53
# Create an entrypoint "postgres-socket" listening on port 5432
- --entrypoints.postgres-socket.address=:5432
# - --entrypoints.postgres-socket.address=:5432
# Others entrypoints can be created, like a TCP entrypoint
- --entrypoints.mqtt.address=:1883
- --entrypoints.web-socket.address=:8083