2
0

Add missing restart policy unless-stopped (#409)

Add missing restart policy unless-stopped for symbolicator-cleanup service
This commit is contained in:
ffauvel 2020-03-12 10:41:27 -04:00 committed by GitHub
parent 3e8ed1a680
commit c95eb56467
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,6 +119,7 @@ services:
- 'sentry-symbolicator:/data' - 'sentry-symbolicator:/data'
command: run command: run
symbolicator-cleanup: symbolicator-cleanup:
<< : *restart_policy
image: symbolicator-cleanup-onpremise-local image: symbolicator-cleanup-onpremise-local
build: build:
context: ./cron context: ./cron