26 lines
511 B
Plaintext
26 lines
511 B
Plaintext
PROJECT_DIR=.
|
|
# all containers' names will be appended with this
|
|
APP_NAME=dev_station
|
|
# default user/password pair for all services
|
|
APP_USER=user
|
|
EMAIL=some@some.com
|
|
PASSWORD=password
|
|
# ports config
|
|
NGINX_PORT=8080
|
|
PG_ADMIN_PORT=1080
|
|
PG_PORT=5432
|
|
RABBIT_PORT=5672
|
|
RABBIT_ADMIN_PORT=15672
|
|
MINIO_PORT=1090
|
|
MINIO_ADMIN_PORT=1091
|
|
MINIO_REGION_NAME=Ufa
|
|
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
|