Skip to content

Instantly share code, notes, and snippets.

@eugcar
Last active April 29, 2019 13:02
Show Gist options
  • Select an option

  • Save eugcar/4433839e62b3ec0d002405686b0590cc to your computer and use it in GitHub Desktop.

Select an option

Save eugcar/4433839e62b3ec0d002405686b0590cc to your computer and use it in GitHub Desktop.
.env
###############################
# Composer specific variables #
###############################
COMPOSE_PROJECT_NAME=symfony-docker
###########################
# User specific variables #
###########################
HOST_USER=1000
HOST_GROUP=1000
##############################
# Project specific variables #
##############################
PROJECT_ROOT=.
PROJECT_SUBNET=192.168.99.0/24
#########################
# PHP-FPM configuration #
#########################
PHPFPM_COMPOSER_MEMORY_LIMIT=-1
PHPFPM_PATH_SSH_AUTH_SOCK=/ssh-auth.sock
PHPFPM_SYMFONY_ENV=dev
#######################
# MySQL configuration #
#######################
MYSQL_DB_ROOT_PASSWORD=password
MYSQL_DB_NAME=symfony
MYSQL_DB_USERNAME=app
MYSQL_DB_PASSWORD=password
##############################
# Host manager configuration #
##############################
HOSTMANAGER_PATH_DOCKER_SOCK=/var/run/docker.sock
HOSTMANAGER_PATH_HOST_FILE=/etc/hosts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment