-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(devservices): Support new devservices for devenv sync (#81022)
bumps devservices to 1.0.3 and supports new devservices for devenv sync as long as `USE_NEW_DEVSERVICES` is set to `1`
- Loading branch information
1 parent
1d5c98e
commit 1922b87
Showing
4 changed files
with
40 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,8 +19,15 @@ x-sentry-service-config: | |
mode: containerized | ||
postgres: | ||
description: Database used to store Sentry data | ||
redis: | ||
description: Shared instance of redis used by sentry services | ||
remote: | ||
repo_name: sentry-shared-redis | ||
branch: main | ||
repo_link: [email protected]:getsentry/sentry-shared-redis.git | ||
modes: | ||
default: [snuba, postgres, relay] | ||
migrations: [postgres, redis] | ||
|
||
services: | ||
postgres: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters