fix: remove port expose on db (#15286)

pull/15491/head
kurokobo 11 months ago committed by GitHub
parent 78d460a6d1
commit 269ba6add9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -91,8 +91,6 @@ services:
interval: 1s
timeout: 3s
retries: 30
ports:
- '${EXPOSE_DB_PORT:-5432}:5432'
# The redis cache.
redis:

@ -509,8 +509,6 @@ services:
interval: 1s
timeout: 3s
retries: 30
ports:
- '${EXPOSE_DB_PORT:-5432}:5432'
# The redis cache.
redis:

Loading…
Cancel
Save