mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-21 23:46:51 +00:00
fix: update PostgreSQL service port configuration in core.yml and services.yml
This commit is contained in:
+3
-3
@@ -16,9 +16,9 @@ services:
|
|||||||
- target: 1883
|
- target: 1883
|
||||||
published: 1883
|
published: 1883
|
||||||
mode: host
|
mode: host
|
||||||
- target: 5432
|
# - target: 5432
|
||||||
published: 5432
|
# published: 5432
|
||||||
mode: host
|
# mode: host
|
||||||
- target: 8083
|
- target: 8083
|
||||||
published: 8083
|
published: 8083
|
||||||
mode: host
|
mode: host
|
||||||
|
|||||||
+3
-1
@@ -169,7 +169,9 @@ services:
|
|||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 10
|
retries: 10
|
||||||
ports:
|
ports:
|
||||||
- 5432:5432
|
- target: 5432
|
||||||
|
published: 5432
|
||||||
|
mode: host
|
||||||
networks:
|
networks:
|
||||||
- net
|
- net
|
||||||
- traefik-public
|
- traefik-public
|
||||||
|
|||||||
Reference in New Issue
Block a user