Skip to content
Snippets Groups Projects
.env 243 B
Newer Older
  • Learn to ignore specific revisions
  • ENVIRONMENT=production # Environment to deploy to. Can be: development|production
    NODE_TAG=10
    
    IMAGE_NAME=metagermaps
    IMAGE_TAG=dev
    
    USER_ID=1000   # User ID used in the Docker containers
    GROUP_ID=1000  # Group ID used in the Docker containers