Remove dependencies on infra stuff
This commit is contained in:
parent
8cc1a48a25
commit
dccbc6b158
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue