Stop exposing postgres externally entirely

Museum can directly access it via the shared network
This commit is contained in:
Manav Rathi 2025-03-19 20:29:14 +05:30
parent d80b220ad4
commit d615614985
No known key found for this signature in database

View File

@ -34,8 +34,6 @@ services:
postgres:
image: postgres:15
ports:
- 12432:5432
environment:
POSTGRES_USER: pguser
POSTGRES_PASSWORD: pgpass
@ -95,7 +93,7 @@ configs:
content: |
db:
host: postgres
port: 12432
port: 5432
name: ente_db
user: pguser
password: pgpass