mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 07:28:26 +00:00
Stop exposing postgres externally entirely
Museum can directly access it via the shared network
This commit is contained in:
parent
d80b220ad4
commit
d615614985
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user