diff --git a/CHANGELOG.md b/CHANGELOG.md index f45608d0..7dc88df2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -144,6 +144,7 @@ - Reduce read jobs buffer to reduce memory usage. ([#584](https://github.com/getsentry/vroom/pull/584)) - Update GoCD scripts to use console script entry points. ([#608](https://github.com/getsentry/vroom/pull/608)) - Fix Craft's changelog bump entry. ([#640](https://github.com/getsentry/vroom/pull/640)) +- Change devservices source volume mount location ([#653](https://github.com/getsentry/vroom/pull/653)) ## 23.12.0 diff --git a/devservices/config.yml b/devservices/config.yml index a1a2532f..8ca933d0 100644 --- a/devservices/config.yml +++ b/devservices/config.yml @@ -23,7 +23,7 @@ services: SENTRY_BUCKET_PROFILES: file://localhost//var/lib/sentry-profiles SENTRY_SNUBA_HOST: http://127.0.0.1:1218 volumes: - - sentry-vroom:/var/lib/sentry-profiles + - /tmp/sentry-profiles:/var/lib/sentry-profiles networks: - devservices extra_hosts: @@ -32,9 +32,6 @@ services: - orchestrator=devservices restart: unless-stopped -volumes: - sentry-vroom: - networks: devservices: name: devservices