Skip to content

Commit f3fd071

Browse files
committed
WIP
1 parent 4f15183 commit f3fd071

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.devcontainer/docker-compose.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,22 @@ services:
2323

2424
sentry-dev:
2525
<<: *sentry-build
26-
command: "sh -c '.devcontainer/setup --with-foreman --only-bundle'"
26+
entrypoint: ".devcontainer/run --service dev"
27+
command: "sleep infinity"
2728
depends_on:
2829
- redis
2930

3031
sentry-test:
3132
<<: *sentry-build
32-
entrypoint: "sh -c '.devcontainer/setup --with-foreman --only-bundle --only .'"
33+
entrypoint: ".devcontainer/run --service test"
3334
depends_on:
3435
- redis
3536
- sentry-test-services
3637

3738
sentry-test-services:
3839
<<: *sentry-build
39-
command: "sh -c '.devcontainer/setup --with-foreman --only .,spec/apps/rails-mini && foreman start'"
40+
entrypoint: ".devcontainer/run --service test-services"
41+
command: "foreman start"
4042
ports:
4143
- ${SENTRY_E2E_RAILS_APP_PORT}
4244
- ${SENTRY_E2E_SVELTE_APP_PORT}

0 commit comments

Comments
 (0)