restarting pods set-retention and create-supervisor on failure

This commit is contained in:
Ankit Nayan 2021-01-18 12:37:25 +05:30
parent 67125542a9
commit 6d50599ba0

View File

@ -136,7 +136,6 @@ services:
env_file:
- environment
flatten-processor:
image: signoz/flattener-processor:0.1.1
container_name: flattener-processor
@ -191,6 +190,8 @@ services:
depends_on:
- router
restart: on-failure:6
volumes:
- ./druid-jobs/supervisor-spec.json:/app/supervisor-spec.json
@ -205,6 +206,7 @@ services:
depends_on:
- router
restart: on-failure:6
volumes:
- ./druid-jobs/retention-spec.json:/app/retention-spec.json