DJANGO_DEBUG_FALSE=1 DJANGO_SECRET_KEY={{ secret_key.content | b64decode }} DJANGO_ALLOWED_HOST={{ django_allowed_host }} DATABASE_URL=postgresql://gamearray:{{ postgres_password }}@gamearray_postgres/gamearray EMAIL_HOST_USER={{ email_host_user }} EMAIL_HOST_PASSWORD={{ email_host_password }} MAILGUN_API_KEY={{ mailgun_api_key }}