fix : mount /var/www instead of individual app dirs

Avoids modifying docker-compose every time a new app is added.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-06 17:06:14 +02:00
parent 98237daa56
commit fdd1182caf

View File

@@ -9,9 +9,7 @@ services:
- ./config/jwt:/var/www/html/config/jwt:ro
- ./uploads:/var/www/html/var/uploads
- /var/run/docker.sock:/var/run/docker.sock
- /var/www/sirh:/var/www/sirh
- /var/www/lesstime:/var/www/lesstime
- /var/www/inventory:/var/www/inventory
- /var/www:/var/www
extra_hosts:
- "host.docker.internal:host-gateway"
restart: unless-stopped