You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Custom domain name. Create nginx config with # <domains-include>DOMAIN_COMMON</domains-include> and server_name $COMMON_DOMAIN; or copy from vendor/matthew-p/docker-server/docker/nginx/templates/domain.conf to docker/nginx/conf-dynamic.d/custom.conf and change.
This is the path to the vendor package docker folder vendor/matthew-p/docker-server/docker
PACKAGE_DOCKER_FOLDER_CONTAINER
stringDefault: /docker-server
This is the path to the mounted docker folder on container
PROJECT_DOCKER_FOLDER
(string)Default: ${PACKAGE_DOCKER_FOLDER}
This is the path to the mounted project docker folder on container. Example: volumes: - ${PROJECT_DOCKER_FOLDER}/nginx/logs:/var/log/nginx it will be save nginx logs to your project docker folder.
PROJECT_DOCKER_FOLDER_CONTAINER
(string)Default: ${PROJECT_ROOT_CONTAINER}/docker
project docker folder in docker container.
RUN_SERVER_COMPOSER
1/0Default: 0
Require globaly composer asset plugin and run composer install in project root after server start (inside docker container)
GIT_AUTHTOKEN
(string)Default: not set
Github auth token (set if RUN_SERVER_COMPOSER=1). See Github token
DEFAULT_DETACHED_MODE
(string)Default: -d
Automatically added -d to docker-compose up (and composer server up)
PROJECT_ENV_PATH_FORCE
(string)Default: not set
Use only for generate .env without run server (e.g. create aws definition)
SERVICES
(string)
All path to docker compose files which need project
Set yes for keep generated hosts after server down
HOST_ETC_HOST_PATH
(string)Default: /etc/hosts
Path to hosts file
HOST_ETC_HOST_IP
(string)Default: Not set
IP for hosts file. Get automatically for nginx container. Set to 127.0.0.1 for Mac OS
AWS Commands env (service: all)
AWS COMMANDS (-SERVICES- will be replaced) - will be replaced to _ (in composer command) YOU NEED SET PROJECT_ENV_PATH_FORCE Example: /aws-drive/site-root