Remove dependencies on infra stuff

This commit is contained in:
Mark Veidemanis 2022-10-11 11:16:24 +01:00
parent 8cc1a48a25
commit dccbc6b158
1 changed files with 4 additions and 4 deletions

View File

@ -12,10 +12,10 @@ services:
volumes_from:
- tmp
depends_on:
broker:
condition: service_started
kafka:
condition: service_healthy
# broker:
# condition: service_started
# kafka:
# condition: service_healthy
tmp:
condition: service_started
redis: