new file: .env.example
new file: DEPLOYMENT.md new file: SECURITY_SECRETS_INVENTORY.md new file: secrets/.env.secrets.example
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# Copy this file to default-environment.env (non-secret defaults) and update values.
|
||||
PROJECT_ROOT=/path/to/docker
|
||||
DOMAIN=example.com
|
||||
TZ=Etc/UTC
|
||||
EMAIL=admin@example.com
|
||||
|
||||
# Required secret file path used by compose services.
|
||||
# Create this file from secrets/.env.secrets.example and keep it out of git.
|
||||
SECRETS_ENV_FILE=${PROJECT_ROOT}/secrets/stack-secrets.env
|
||||
Reference in New Issue
Block a user