We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8391dfd commit 7ece751Copy full SHA for 7ece751
services/docker-compose.devel.yml
@@ -21,6 +21,16 @@ services:
21
- ../packages:/devel/packages
22
- ${HOST_UV_CACHE_DIR}:/home/scu/.cache/uv
23
24
+ api-worker:
25
+ environment:
26
+ <<: *common-environment
27
+ API_SERVER_PROFILING : ${API_SERVER_PROFILING}
28
+ API_SERVER_LOGLEVEL: DEBUG
29
+ volumes:
30
+ - ./api-server:/devel/services/api-server
31
+ - ../packages:/devel/packages
32
+ - ${HOST_UV_CACHE_DIR}:/home/scu/.cache/uv
33
+
34
autoscaling:
35
environment:
36
<<: *common-environment
0 commit comments