Skip to content

Commit 9ef4961

Browse files
committed
Remove dramatiq-worker docker dependency
1 parent 3365c6b commit 9ef4961

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docker-compose.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ services:
1313
volumes:
1414
- '.:/app'
1515
depends_on:
16-
- dramatiq-worker
1716
- otel-collector
1817
command:
1918
- opentelemetry-instrument
@@ -34,7 +33,6 @@ services:
3433
context: .
3534
target: http_app
3635
depends_on:
37-
- dramatiq-worker
3836
- otel-collector
3937
env_file: local.env
4038
environment:

0 commit comments

Comments
 (0)