Skip to content
Snippets Groups Projects
.env 205 B
Newer Older
ENVIRONMENT=development # Environment to deploy to. Can be: development|production
USER=1000   # User ID used in the Docker containers
GROUP=1000  # Group ID used in the Docker containers

IMAGE_TAG=latest