mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 04:45:57 +08:00
restarting pods set-retention and create-supervisor on failure
This commit is contained in:
parent
67125542a9
commit
6d50599ba0
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user