mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 17:21:04 +00:00
fix: add persistent storage for Dolibarr documents and custom modules
This commit is contained in:
@@ -22,6 +22,9 @@ services:
|
|||||||
- DOLI_CRON=${DOLI_CRON:-0}
|
- DOLI_CRON=${DOLI_CRON:-0}
|
||||||
- DOLI_INIT_DEMO=${DOLI_INIT_DEMO:-0}
|
- DOLI_INIT_DEMO=${DOLI_INIT_DEMO:-0}
|
||||||
- DOLI_COMPANY_NAME=${DOLI_COMPANY_NAME:-MyBigCompany}
|
- DOLI_COMPANY_NAME=${DOLI_COMPANY_NAME:-MyBigCompany}
|
||||||
|
volumes:
|
||||||
|
- dolibarr_docs:/var/www/documents
|
||||||
|
- dolibarr_custom:/var/www/html/custom
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://127.0.0.1:80"]
|
test: ["CMD", "curl", "-f", "http://127.0.0.1:80"]
|
||||||
interval: 2s
|
interval: 2s
|
||||||
|
|||||||
Reference in New Issue
Block a user