fix: update PostgreSQL service port configuration in core.yml and services.yml

This commit is contained in:
2025-05-03 22:20:12 +08:00
parent 6df3148f18
commit 1daaaef3c1
2 changed files with 6 additions and 4 deletions
+3 -3
View File
@@ -16,9 +16,9 @@ services:
- target: 1883
published: 1883
mode: host
- target: 5432
published: 5432
mode: host
# - target: 5432
# published: 5432
# mode: host
- target: 8083
published: 8083
mode: host
+3 -1
View File
@@ -169,7 +169,9 @@ services:
timeout: 10s
retries: 10
ports:
- 5432:5432
- target: 5432
published: 5432
mode: host
networks:
- net
- traefik-public