mirror of
https://github.com/ente-io/ente.git
synced 2025-08-10 08:22:20 +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:
|
postgres:
|
||||||
image: postgres:15
|
image: postgres:15
|
||||||
ports:
|
|
||||||
- 12432:5432
|
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: pguser
|
POSTGRES_USER: pguser
|
||||||
POSTGRES_PASSWORD: pgpass
|
POSTGRES_PASSWORD: pgpass
|
||||||
@ -95,7 +93,7 @@ configs:
|
|||||||
content: |
|
content: |
|
||||||
db:
|
db:
|
||||||
host: postgres
|
host: postgres
|
||||||
port: 12432
|
port: 5432
|
||||||
name: ente_db
|
name: ente_db
|
||||||
user: pguser
|
user: pguser
|
||||||
password: pgpass
|
password: pgpass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user