Skip to content

Commit d540004

Browse files
committed
WIP
1 parent 8bb13ae commit d540004

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.devcontainer/docker-compose.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
services:
32
sentry-build: &sentry-build
43
build:
@@ -37,8 +36,8 @@ services:
3736
entrypoint: ".devcontainer/run --service test-services"
3837
command: "foreman start"
3938
ports:
40-
- ${SENTRY_E2E_RAILS_APP_PORT}
41-
- ${SENTRY_E2E_SVELTE_APP_PORT}
39+
- "${SENTRY_E2E_RAILS_APP_PORT}:4000"
40+
- "${SENTRY_E2E_SVELTE_APP_PORT}:4001"
4241

4342
redis:
4443
image: redis:latest

0 commit comments

Comments
 (0)