Skip to content

Commit 8391dfd

Browse files
committed
add api-worker in docker-compose.local.yml
1 parent ff376a7 commit 8391dfd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

services/docker-compose.local.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,15 @@ services:
149149
ports:
150150
- "8080"
151151
- "3022:3000"
152+
153+
api-worker:
154+
environment:
155+
<<: *common_environment
156+
API_SERVER_REMOTE_DEBUG_PORT : 3000
157+
ports:
158+
- "8080"
159+
- "3025:3000"
160+
152161
webserver:
153162
environment: &webserver_environment_local
154163
<<: *common_environment

0 commit comments

Comments
 (0)