2
0

build(gha): Add automated CalVer releases (#539)

This commit is contained in:
Burak Yigit Kaya
2020-06-16 12:44:13 +03:00
committed by GitHub
parent cfaa368306
commit 2fc9811c74
5 changed files with 35 additions and 10 deletions

View File

@@ -133,7 +133,7 @@ services:
command: '"*/5 * * * * gosu snuba snuba cleanup --dry-run False"'
symbolicator:
<< : *restart_policy
image: 'getsentry/symbolicator:latest'
image: 'getsentry/symbolicator:$SYMBOLICATOR_VERSION'
volumes:
- 'sentry-symbolicator:/data'
command: run
@@ -143,7 +143,7 @@ services:
build:
context: ./cron
args:
BASE_IMAGE: 'getsentry/symbolicator:latest'
BASE_IMAGE: 'getsentry/symbolicator:$SYMBOLICATOR_VERSION'
command: '"55 23 * * * gosu symbolicator symbolicator cleanup"'
volumes:
- 'sentry-symbolicator:/data'
@@ -174,7 +174,7 @@ services:
<< : *restart_policy
ports:
- '9000:80/tcp'
image: "nginx:1.16"
image: 'nginx:1.16'
volumes:
- type: bind
read_only: true
@@ -185,7 +185,7 @@ services:
- relay
relay:
<< : *restart_policy
image: "getsentry/relay:$SENTRY_VERSION"
image: 'getsentry/relay:$SENTRY_VERSION'
volumes:
- type: bind
read_only: true