fix(relay): Use Docker Hub as relay image registry (#462)
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 #445.
This commit is contained in:
parent
8c053b661a
commit
3244a966ec
@ -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
|
||||||
|
Reference in New Issue
Block a user