2025-01-26 18:04:55 +01:00
|
|
|
CONTEXT=ux_vilnius
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Set something sensible here and uncomment
|
|
|
|
# ---
|
|
|
|
HASHICORPVAULT_VERSION=latest
|
|
|
|
VAULT_DEV_ROOT_TOKEN_ID=your-root-token-here
|
|
|
|
VAULT_DEV_LISTEN_ADDRESS=0.0.0.0:1234
|
|
|
|
VAULT_LOCAL_CONFIG={"backend": {"file": {"path": "/vault/file"}}, "default_lease_ttl": "168h", "max_lease_ttl": "720h"}
|
2025-02-04 00:52:28 +01:00
|
|
|
# AWS_ACCESS_KEY_ID=
|
|
|
|
# AWS_REGION=
|
|
|
|
# AWS_SECRET_ACCESS_KEY=
|
|
|
|
# VAULT_AWSKMS_SEAL_KEY_ID=
|
|
|
|
# VAULT_SEAL_TYPE=awskms
|
2025-01-26 18:04:55 +01:00
|
|
|
|
|
|
|
|
|
|
|
# Feel free to leave defaults. They apply while these vars are commented out
|
|
|
|
# ---
|
2025-01-29 01:23:50 +01:00
|
|
|
# RESTARTPOLICY=always
|
2025-01-26 18:04:55 +01:00
|
|
|
# TIMEZONE=Etc/UTC
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Subnet to use for this Docker Compose project. Docker defaults to
|
|
|
|
# container networks in prefix 172.16.0.0/12 which is 1 million addresses in
|
|
|
|
# the range from 172.16.0.0 to 172.31.255.255. Docker uses 172.17.0.0/16 for
|
|
|
|
# itself. Use any sensible prefix in 172.16.0.0/12 here except for Docker's
|
|
|
|
# own 172.17.0.0/16.
|
|
|
|
# ---
|
|
|
|
SUBNET=172.30.95.0/24
|