fix: remove port expose on db (#15286)

This commit is contained in:
kurokobo 2025-03-10 16:01:34 +09:00 committed by GitHub
parent 78d460a6d1
commit 269ba6add9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 4 deletions

View File

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

View File

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