File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ services:
19
19
OTEL_EXPORTER_OTLP_ENDPOINT : " http://otel-collector:4317"
20
20
CELERY__broker_url : " redis://redis:6379/0"
21
21
CELERY__result_backend : " redis://redis:6379/1"
22
+ working_dir : " /app/src"
22
23
volumes :
23
- - ' ./src:/app'
24
- - ' ./pyproject.toml:/app/pyproject.toml'
24
+ - ' .:/app'
25
25
depends_on :
26
26
- redis
27
27
- otel-collector
@@ -37,9 +37,9 @@ services:
37
37
OTEL_EXPORTER_OTLP_ENDPOINT : " http://otel-collector:4317"
38
38
CELERY__broker_url : " redis://redis:6379/0"
39
39
CELERY__result_backend : " redis://redis:6379/1"
40
+ working_dir : " /app/src"
40
41
volumes :
41
- - ' ./src:/app'
42
- - ' ./pyproject.toml:/app/pyproject.toml'
42
+ - ' .:/app'
43
43
depends_on :
44
44
- redis
45
45
- otel-collector
@@ -64,9 +64,9 @@ services:
64
64
CELERY__result_backend : " redis://redis:6379/1"
65
65
ports :
66
66
- ' 8000:8000'
67
+ working_dir : " /app/src"
67
68
volumes :
68
- - ' ./src:/app'
69
- - ' ./pyproject.toml:/app/pyproject.toml'
69
+ - ' .:/app'
70
70
depends_on :
71
71
- redis
72
72
- otel-collector
You can’t perform that action at this time.
0 commit comments