Skip to content

Commit dfe8ae1

Browse files
committed
🐛(docker-compose) unbind the y-provider service with frontend
We cannot add new js dependency locally when we bind the frontend with the y-provider service. It results in "EPERM: operation not permitted" when the `node_modules` has to be updated. Better to remove the binding, we can add the binding locally during development on the y-provider.
1 parent 74165f6 commit dfe8ae1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docker-compose.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,15 +185,11 @@ services:
185185
context: .
186186
dockerfile: ./src/frontend/servers/y-provider/Dockerfile
187187
target: y-provider
188-
command: ["yarn", "workspace", "server-y-provider", "run", "dev"]
189-
working_dir: /app/frontend
190188
restart: unless-stopped
191189
env_file:
192190
- env.d/development/common
193191
ports:
194192
- "4444:4444"
195-
volumes:
196-
- ./src/frontend/:/app/frontend
197193

198194
kc_postgresql:
199195
image: postgres:14.3

0 commit comments

Comments
 (0)