Skip to content

Commit 40d988d

Browse files
committed
localy working
1 parent 7fa116a commit 40d988d

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

services/docker-compose.devel.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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

services/docker-compose.local.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)