Création du fichier

This commit is contained in:
iwan
2019-07-17 22:34:15 +02:00
parent 5ca0850263
commit f857e0e666

View File

@@ -0,0 +1,21 @@
version: 2
services:
mariadb:
image: mariadb:10
environment:
MYSQL_ROOT_PASSWORD: FRSlfTDD56__JfgT
MYSQL_DATABASE: dolibarr_db
web:
image: tuxgasy/dolibarr
environment:
DOLI_DB_HOST: mariadb
DOLI_DB_USER: dolibarr_user
DOLI_DB_PASSWORD: GttDSvb774hThh_56
DOLI_DB_NAME: dolibarr_db
DOLI_URL_ROOT: 'http://0.0.0.0'
PHP_INI_DATE_TIMEZONE: 'Europe/Paris'
ports:
- "127.0.0.1:33480:80"
links:
- mariadb