Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to sample.env to change defaults #231

Merged
merged 1 commit into from
Mar 2, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update to sample.env to change defaults
In production, USE_SECRETS should be true and INCLUDE_WATCHTOWER_SERVICE should be false. We should change the defaults so that people need to opt out of secrets and opt in to watchtower.
joshdentremont authored Feb 23, 2022
commit 0e7c153217001c16f4761315a6c70bd64470ea0f
4 changes: 2 additions & 2 deletions sample.env
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ ENVIRONMENT=demo

# Enable this to generate a docker-compose file that uses secrets.
# If you're running staging, CI, or production, set to true.
USE_SECRETS=false
USE_SECRETS=true

###############################################################################
# Environment variables specific to composer.
@@ -37,7 +37,7 @@ PROJECT_DRUPAL_DOCKERFILE=Dockerfile
INCLUDE_TRAEFIK_SERVICE=true

# Includes `watchtower` as a service.
INCLUDE_WATCHTOWER_SERVICE=true
INCLUDE_WATCHTOWER_SERVICE=false

# Includes `etcd` as a service.
INCLUDE_ETCD_SERVICE=false