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 8bb13ae commit d540004Copy full SHA for d540004
1 file changed
.devcontainer/docker-compose.yml
@@ -1,4 +1,3 @@
1
-
2
services:
3
sentry-build: &sentry-build
4
build:
@@ -37,8 +36,8 @@ services:
37
36
entrypoint: ".devcontainer/run --service test-services"
38
command: "foreman start"
39
ports:
40
- - ${SENTRY_E2E_RAILS_APP_PORT}
41
- - ${SENTRY_E2E_SVELTE_APP_PORT}
+ - "${SENTRY_E2E_RAILS_APP_PORT}:4000"
+ - "${SENTRY_E2E_SVELTE_APP_PORT}:4001"
42
43
redis:
44
image: redis:latest
0 commit comments