fix: bind vendor with host in dev instead of named volume

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
thibaud-leclere
2026-03-30 18:41:04 +02:00
parent 3c15c12255
commit 6cd6c1ed47

View File

@@ -8,7 +8,6 @@ services:
APP_ENV: dev
volumes:
- .:/app
- vendor:/app/vendor
ports:
- "${PORT_80:-80}:80"
@@ -24,7 +23,6 @@ services:
image: git.lclr.dev/thibaud-lclr/ltbxd-actorle/node:latest
volumes:
- .:/app
- vendor:/app/vendor
- node_modules:/app/node_modules
ports:
- "${PORT_5173:-5173}:5173"
@@ -32,5 +30,4 @@ services:
- app
volumes:
vendor:
node_modules: