ENVIRONMENT=development # Environment to deploy to. Can be: development|production IMAGE_NAME=metagermaps IMAGE_TAG=dev # If you do not have user id 1000 on your local machine you can switch here to make sure permissions of dynamically created data match your current user USER_ID=1000 # User ID used in the Docker containers GROUP_ID=1000 # Group ID used in the Docker containers NODE_TAG=21 COMPOSER_VERSION=2.6.5 FPM_HOST="fpm:9000"