compose update

This commit is contained in:
2025-11-11 21:45:11 +03:00
parent 98746fab39
commit 5436bb5890

View File

@@ -8,9 +8,6 @@ services:
- CHOKIDAR_USEPOLLING=1 - CHOKIDAR_USEPOLLING=1
ports: ports:
- "5173:5173" - "5173:5173"
volumes:
- .:/app:delegated
- /app/node_modules
depends_on: depends_on:
- backend-dev - backend-dev
profiles: profiles:
@@ -25,9 +22,6 @@ services:
- CLIENT_ORIGIN=http://localhost:5173 - CLIENT_ORIGIN=http://localhost:5173
ports: ports:
- "4000:4000" - "4000:4000"
volumes:
- ./server:/app:delegated
- /app/node_modules
profiles: profiles:
- imgpub-app-dev - imgpub-app-dev