docker_zoo/.env.dist

23 lines
451 B
Plaintext
Raw Normal View History

2020-11-20 09:53:34 +05:00
PROJECT_DIR=.
# all containers' names will be appended with this
2020-11-19 20:48:41 +05:00
APP_NAME=dev_station
# default user/password pair for all services
2020-12-19 19:08:03 +05:00
APP_USER=user
2020-11-19 20:48:41 +05:00
EMAIL=some@some.com
2020-11-01 19:09:40 +05:00
PASSWORD=password
2020-11-19 20:48:41 +05:00
# ports config
NGINX_PORT=8080
2020-12-19 19:08:03 +05:00
PG_ADMIN_PORT=1080
2020-11-19 20:48:41 +05:00
PG_PORT=5432
RABBIT_PORT=5672
RABBIT_ADMIN_PORT=15672
MYSQL_PORT=3306
MYSQL_LEGACY_PORT=33306
XDEBUG_HOST=172.17.0.1
XDEBUG_PORT=9001
XDEBUG_IDE=VSCODE
#webroot dir
WEB_ROOT=/var/www/public
#php host
PHP_HOST=phpfpm8