debug fix v3
This commit is contained in:
parent
5e47e7a071
commit
b88ffe7892
2 changed files with 5 additions and 4 deletions
|
|
@ -6,4 +6,4 @@ RUN apk add --update --no-cache postgresql-client
|
|||
|
||||
RUN ls
|
||||
|
||||
CMD [ "sh", "-c", "psql -U clearing -h db -p 5432 -d clearing -f init.sql && tail -f /dev/null" ]
|
||||
CMD [ "sh", "-c", "ls && psql -U clearing -h db -p 5432 -d clearing -f init.sql && tail -f /dev/null" ]
|
||||
|
|
@ -16,7 +16,8 @@ services:
|
|||
db-updater:
|
||||
build: db-updater
|
||||
depends_on:
|
||||
- db
|
||||
db:
|
||||
condition: service_healthy
|
||||
|
||||
clearing_system:
|
||||
build:
|
||||
|
|
@ -26,8 +27,8 @@ services:
|
|||
environment:
|
||||
- CLR_TEST_NAME=${CLR_TEST_NAME}
|
||||
depends_on:
|
||||
db:
|
||||
condition: service_healthy
|
||||
db-updater:
|
||||
condition: service_started
|
||||
kafka:
|
||||
condition: service_started
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue