Remove dependencies on infra stuff

This commit is contained in:
Mark Veidemanis 2022-10-11 11:16:24 +01:00
parent 10d9906054
commit ed5fccfc66
Signed by: m
GPG Key ID: 5ACFCEED46C0904F

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: