2
0

fix(relay): Use Docker Hub as relay image registry ()

We regularly prune old Google Cloud Build images and also GCB registry is not accessible to everyone all the time (firewall settings, being in China, etc.)

Fixes .
This commit is contained in:
Burak Yigit Kaya 2020-05-01 16:23:50 +03:00 committed by GitHub
parent 8c053b661a
commit 3244a966ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -177,7 +177,7 @@ services:
- relay - relay
relay: relay:
<< : *restart_policy << : *restart_policy
image: "us.gcr.io/sentryio/relay:latest" image: "getsentry/relay:latest"
volumes: volumes:
- type: bind - type: bind
read_only: true read_only: true