Skip to content

Commit

Permalink
feature/DLT-23-create-new-env-file
Browse files Browse the repository at this point in the history
- Create new env file for the command
  • Loading branch information
nspalo committed Sep 9, 2021
1 parent 88a635b commit aa11fd9
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docker/environments/config.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#
# Docker Environment - Local
#============================

# ENVIROMENT
SYS_ENV=local

# DIRECTORIES / VOLUMES / PATHS
PATH_PROJECT_SOURCE=../src
PATH_NGINX=./containers/nginx
PATH_NGINX_CONFIGS=${PATH_NGINX}/conf.d/default.conf
PATH_ENV_CONFIGS=./environments
PATH_DATABASE=./volumes/mysql

# DATABASE
DB_DRIVER=mysql
DB_VERSION=5.7.22
DB_PORT=3306
DB_NAME=db_docker_laravel
DB_USERNAME=dbUserDev
DB_PASSWORD=dbUserDev123
DB_PASSWORD_ROOT=dbUserRoot123
DB_VOLUME=${PATH_DATABASE}/${DB_DRIVER}_${DB_VERSION}

0 comments on commit aa11fd9

Please sign in to comment.