mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-24 14:08:45 +00:00
Add port mapping for postgres container (#7354)
* Add port mapping for postgres container * Fix DB_SCHEME
This commit is contained in:
parent
991344ddfa
commit
027f317725
@ -25,6 +25,8 @@ services:
|
||||
POSTGRES_PASSWORD: password
|
||||
expose:
|
||||
- 5432
|
||||
ports:
|
||||
- "5432:5432"
|
||||
networks:
|
||||
app_net:
|
||||
ipv4_address: 172.16.240.10
|
||||
@ -143,6 +145,7 @@ services:
|
||||
AIRFLOW_DB_SCHEME: ${AIRFLOW_DB_SCHEME:-postgresql+psycopg2}
|
||||
DB_USER: ${DB_USER:-airflow_user}
|
||||
DB_PASSWORD: ${DB_PASSWORD:-airflow_pass}
|
||||
DB_SCHEME: ${DB_SCHEME:-postgresql+psycopg2}
|
||||
expose:
|
||||
- 8080
|
||||
ports:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user