Skip to content
Snippets Groups Projects
.env 441 B
Newer Older
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
Dominik Hebeler's avatar
Dominik Hebeler committed
GROUP_ID=1000  # Group ID used in the Docker containers

Dominik Hebeler's avatar
Dominik Hebeler committed
NODE_TAG=21
Dominik Hebeler's avatar
Dominik Hebeler committed
COMPOSER_VERSION=2.6.5
FPM_HOST="fpm:9000"