File directory:
.env
docker-compose.yml
.env:
-sharp
ROOT_PATH=./services
-sharp
WWW_PATH=./www
-sharp nginx
NGINX_WWW_DIR=$(WWW_PATH)
docker-compose.yml
- ${NGINX_WWW_DIR}:/data/www:rw
: Named volume "WWW_PATH:/data/www:rw" is used in service "nginx" but no declaration was found in the volumes section.
question:
.env?