HAddons/dolideb/config.yaml

33 lines
709 B
YAML
Raw Normal View History

2024-08-28 13:03:39 +02:00
name: "Dolibar"
description: "Get up and running Dolideb"
2024-08-28 13:07:08 +02:00
version: "latest"
2024-08-28 13:03:39 +02:00
slug: "Dolibar"
arch:
- aarch64
- amd64
url: https://dolibar.fr
map:
- config:rw
- backup:rw
2024-08-28 13:06:02 +02:00
image: docker.io/tuxgasy/dolibarr
2024-08-28 13:03:39 +02:00
init: false
ingress: true
ingress_port: 9200
ingress_stream: true
ports:
2024-08-28 13:11:36 +02:00
80/tcp: 9200
2024-08-28 13:03:39 +02:00
ports_description:
2024-08-28 13:11:36 +02:00
9200/tcp: "Dolideb"
2024-08-28 13:03:39 +02:00
startup: application
2024-08-28 14:25:19 +02:00
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'
2024-08-28 15:21:27 +02:00
PHP_INI_DATE_TIMEZONE: 'Europe/Paris'
2024-08-28 15:35:50 +02:00
PHP_INI_SESSION_GC_MAXLIFETIME: 7200
PHP_INI_SESSION_COOKIE_LIFETIME: 7200
DOLIBARR_MAIN_AUTH_TOKEN_TIMEOUT: 7200