mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 06:46:33 +00:00
[AZ-189] Fix e2e test run
Made-with: Cursor
This commit is contained in:
@@ -8,7 +8,7 @@ services:
|
||||
volumes:
|
||||
- ./e2e/db-init/00_run_all.sh:/docker-entrypoint-initdb.d/00_run_all.sh:ro
|
||||
- ./env/db:/docker-entrypoint-initdb.d/sql:ro
|
||||
- ./e2e/db-init/99_test_seed.sql:/docker-entrypoint-initdb.d/sql/99_test_seed.sql:ro
|
||||
- ./e2e/db-init/99_test_seed.sql:/opt/test-seed.sql:ro
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U postgres -d postgres"]
|
||||
interval: 5s
|
||||
|
||||
Reference in New Issue
Block a user