File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -215,6 +215,16 @@ services:
215215 STORAGE_PROFILING : ${STORAGE_PROFILING}
216216 STORAGE_LOGLEVEL : DEBUG
217217
218+ sto-worker-cpu-bound :
219+ volumes :
220+ - ./storage:/devel/services/storage
221+ - ../packages:/devel/packages
222+ - ${HOST_UV_CACHE_DIR}:/home/scu/.cache/uv
223+ environment :
224+ << : *common-environment
225+ STORAGE_PROFILING : ${STORAGE_PROFILING}
226+ STORAGE_LOGLEVEL : DEBUG
227+
218228 agent :
219229 environment :
220230 << : *common-environment
Original file line number Diff line number Diff line change @@ -133,6 +133,14 @@ services:
133133 ports :
134134 - " 8080"
135135 - " 3021:3000"
136+
137+ sto-worker-cpu-bound :
138+ environment :
139+ << : *common_environment
140+ STORAGE_REMOTE_DEBUGGING_PORT : 3000
141+ ports :
142+ - " 8080"
143+ - " 3022:3000"
136144 webserver :
137145 environment : &webserver_environment_local
138146 << : *common_environment
You can’t perform that action at this time.
0 commit comments