Skip to content

Commit

Permalink
Update to sample.env to change defaults
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
joshdentremont authored Feb 23, 2022
1 parent f055a55 commit 0e7c153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample.env
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 0e7c153

Please sign in to comment.