Skip to content
Snippets Groups Projects
.env 421 B
Newer Older
ENVIRONMENT=development # Environment to deploy to. Can be: development|production

NODE_TAG=10
COMPOSER_VERSION=2.6.5
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