wwwgmo/.env.dist

20 lines
578 B
Plaintext

# compose project name. A docker compose project has as its name
# the name of the folder where it is executed (default).
# This setting overrides the default
COMPOSE_PROJECT_NAME=wwwgmo
# must be the same that SITE_VERSION
# define in php-fpm/.env
DOCKER_IMAGE_VERSION="3.3.0"
# docker login user
DOCKER_USER=gmouchet
# docker login password
DOCKER_PASS=TOBECOMPLETED
# docker image tag = DOCKER_IMAGE_VERSION
DOCKER_IMAGE=wwwgmo-php-fpm
# docker login user
DOCKER_USER=gmouchet
# docker ports
NGINX_PORT=8085
PMA_PORT_WEB_HTTPS=8084
# elastic version
ELASTIC_VERSION=9.0.2