fix: add persistent storage for Dolibarr documents and custom modules (#7684)

This commit is contained in:
Andras Bacsai 2025-12-23 15:35:19 +01:00 committed by GitHub
commit 6a326aa511
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,6 +22,9 @@ services:
- DOLI_CRON=${DOLI_CRON:-0}
- DOLI_INIT_DEMO=${DOLI_INIT_DEMO:-0}
- DOLI_COMPANY_NAME=${DOLI_COMPANY_NAME:-MyBigCompany}
volumes:
- dolibarr_docs:/var/www/documents
- dolibarr_custom:/var/www/html/custom
healthcheck:
test: ["CMD", "curl", "-f", "http://127.0.0.1:80"]
interval: 2s