We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8de47e commit 8bb13aeCopy full SHA for 8bb13ae
1 file changed
.devcontainer/docker-compose.yml
@@ -1,3 +1,4 @@
1
+
2
services:
3
sentry-build: &sentry-build
4
build:
@@ -36,8 +37,8 @@ services:
36
37
entrypoint: ".devcontainer/run --service test-services"
38
command: "foreman start"
39
ports:
- - "${SENTRY_E2E_RAILS_APP_PORT}:4000"
40
- - "${SENTRY_E2E_SVELTE_APP_PORT}:4001"
+ - ${SENTRY_E2E_RAILS_APP_PORT}
41
+ - ${SENTRY_E2E_SVELTE_APP_PORT}
42
43
redis:
44
image: redis:latest
0 commit comments