postgresDB Port 5433
This commit is contained in:
parent
9b827b2170
commit
6b54e222a0
|
|
@ -10,7 +10,7 @@ services:
|
||||||
- postgres_data:/var/lib/postgresql/data
|
- postgres_data:/var/lib/postgresql/data
|
||||||
- ./init.sql:/docker-entrypoint-initdb.d/init.sql
|
- ./init.sql:/docker-entrypoint-initdb.d/init.sql
|
||||||
ports:
|
ports:
|
||||||
- "5432:5432"
|
- "5433:5432"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "pg_isready -U quoteuser"]
|
test: ["CMD-SHELL", "pg_isready -U quoteuser"]
|
||||||
interval: 10s
|
interval: 10s
|
||||||
|
|
@ -25,7 +25,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
NODE_ENV: production
|
NODE_ENV: production
|
||||||
DB_HOST: postgres
|
DB_HOST: postgres
|
||||||
DB_PORT: 5432
|
DB_PORT: 5433
|
||||||
DB_USER: quoteuser
|
DB_USER: quoteuser
|
||||||
DB_PASSWORD: quotepass123
|
DB_PASSWORD: quotepass123
|
||||||
DB_NAME: quotedb
|
DB_NAME: quotedb
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue