fix(pipeline): Remove explicit postgres port
This commit is contained in:
@@ -24,8 +24,6 @@ jobs:
|
|||||||
POSTGRES_DB: legalconsenthub_test
|
POSTGRES_DB: legalconsenthub_test
|
||||||
POSTGRES_USER: test
|
POSTGRES_USER: test
|
||||||
POSTGRES_PASSWORD: test
|
POSTGRES_PASSWORD: test
|
||||||
ports:
|
|
||||||
- 5432:5432
|
|
||||||
options: >-
|
options: >-
|
||||||
--health-cmd "pg_isready -U test"
|
--health-cmd "pg_isready -U test"
|
||||||
--health-interval 10s
|
--health-interval 10s
|
||||||
|
|||||||
Reference in New Issue
Block a user