PHRAS-3049 #comment Move Mailhog, builder from overide to docker compose, mount cache in builder

This commit is contained in:
nmaillat
2020-05-13 21:34:50 +02:00
parent 8756384241
commit 1ae39daa86
3 changed files with 54 additions and 54 deletions

8
.env
View File

@@ -29,9 +29,9 @@ SESSION_CACHE_LIMITER=off
# PHP LOG LEVEL : Possible Values: alert, error, warning, notice, debug
PHP_LOG_LEVEL=warning
# --------------- APPLICATION STARTUP CONFIGURATION --------------------
# --------------- PHRASEANET CONFIGURATION --------------------
# These variables are only used if the configuration.yml file is not present, in order to automate the installation procedure
# These variables are used in the configuration.yml .
# set here the first user / email couple
PHRASEANET_ADMIN_ACCOUNT_EMAIL=admin@alchemy.fr
@@ -49,8 +49,6 @@ PHRASEANET_SERVER_NAME=localhost
# Mysql max allowed packet
MYSQL_MAX_ALLOWED_PACKET=16M
# --------------- APPLICATION CONFIGURATION --------------------
# api
PHRASEANET_API_ENABLED=true
PHRASEANET_API_SSL=true
@@ -80,7 +78,7 @@ PHRASEANET_SUBNET_IPS=172.32.0.0/16
XDEBUG_REMOTE_HOST=172.32.0.1
PHP_IDE_CONFIG=serverName=docker-server-phraseanet
# Volumes location for dev
# Volumes location
PHRASEANET_CONFIG_DIR=./config
PHRASEANET_LOGS_DIR=./logs
PHRASEANET_DATA_DIR=./datas