From 1daaaef3c179fa8ef8746253aa5d39e7d45d426c Mon Sep 17 00:00:00 2001 From: furyhawk Date: Sat, 3 May 2025 22:20:12 +0800 Subject: [PATCH] fix: update PostgreSQL service port configuration in core.yml and services.yml --- swarm/core.yml | 6 +++--- swarm/services.yml | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/swarm/core.yml b/swarm/core.yml index f6e1a1b..86d7ff5 100644 --- a/swarm/core.yml +++ b/swarm/core.yml @@ -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 diff --git a/swarm/services.yml b/swarm/services.yml index 3454c3b..2bc7b60 100644 --- a/swarm/services.yml +++ b/swarm/services.yml @@ -169,7 +169,9 @@ services: timeout: 10s retries: 10 ports: - - 5432:5432 + - target: 5432 + published: 5432 + mode: host networks: - net - traefik-public