-
-
Save eugcar/4433839e62b3ec0d002405686b0590cc to your computer and use it in GitHub Desktop.
.env
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ############################### | |
| # 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