Skip to content

Commit 8bb13ae

Browse files
committed
WIP
1 parent e8de47e commit 8bb13ae

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.devcontainer/docker-compose.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
services:
23
sentry-build: &sentry-build
34
build:
@@ -36,8 +37,8 @@ services:
3637
entrypoint: ".devcontainer/run --service test-services"
3738
command: "foreman start"
3839
ports:
39-
- "${SENTRY_E2E_RAILS_APP_PORT}:4000"
40-
- "${SENTRY_E2E_SVELTE_APP_PORT}:4001"
40+
- ${SENTRY_E2E_RAILS_APP_PORT}
41+
- ${SENTRY_E2E_SVELTE_APP_PORT}
4142

4243
redis:
4344
image: redis:latest

0 commit comments

Comments
 (0)