.gitlab-ci.yml updated v9

This commit is contained in:
Ivan Nikolaev-Axenov 2024-05-30 12:24:30 +03:00
parent b21fd76137
commit ce1c4469c9

View file

@ -13,9 +13,7 @@ services:
ports:
- "5433:5432"
volumes:
- type: volume
source: ./clearing-all/db
target: /docker-entrypoint-initdb.d
- /builds/mfd/clearing/clr_test/clearing-all/db:/docker-entrypoint-initdb.d
healthcheck:
test: ["CMD-SHELL", "pg_isready -U clearing -h db -p 5432 -d clearing"]
interval: 5s