fix(ci): remove postgres service port mapping to prevent docker-host port conflicts
This commit is contained in:
@@ -20,8 +20,6 @@ jobs:
|
|||||||
POSTGRES_USER: memento_test
|
POSTGRES_USER: memento_test
|
||||||
POSTGRES_PASSWORD: memento_test
|
POSTGRES_PASSWORD: memento_test
|
||||||
POSTGRES_DB: memento_test
|
POSTGRES_DB: memento_test
|
||||||
ports:
|
|
||||||
- 5432:5432
|
|
||||||
options: >-
|
options: >-
|
||||||
--health-cmd pg_isready
|
--health-cmd pg_isready
|
||||||
--health-interval 5s
|
--health-interval 5s
|
||||||
|
|||||||
Reference in New Issue
Block a user