This commit is contained in:
ai-dev 2024-08-28 14:25:19 +02:00
parent d367814105
commit 4928adb91a

View File

@ -19,4 +19,12 @@ ports:
ports_description: ports_description:
9200/tcp: "Dolideb" 9200/tcp: "Dolideb"
startup: application startup: application
watchdog: tcp://[HOST]:[PORT:9200] watchdog: tcp://[HOST]:[PORT:9200]
environment:
DOLI_DB_HOST: core-mariadb
DOLI_DB_USER: dolibar
DOLI_DB_PASSWORD: dolibar
DOLI_DB_NAME: dolibarr
DOLI_URL_ROOT: 'http://0.0.0.0'
PHP_INI_DATE_TIMEZONE: 'Europe/Paris'