This commit cleans up the resources in the 'embed' package, and instead moves them into subpackages of a new 'compose' package. This makes sure that '.env' templates and docker compose contexts are located in the same location.
10 lines
No EOL
297 B
Bash
10 lines
No EOL
297 B
Bash
VIRTUAL_HOST=${VIRTUAL_HOST}
|
|
|
|
LETSENCRYPT_HOST=${LETSENCRYPT_HOST}
|
|
LETSENCRYPT_EMAIL=${LETSENCRYPT_EMAIL}
|
|
|
|
CONFIG_PATH=${CONFIG_PATH}
|
|
DEPLOY_ROOT=${DEPLOY_ROOT}
|
|
GLOBAL_AUTHORIZED_KEYS_FILE=${GLOBAL_AUTHORIZED_KEYS_FILE}
|
|
SELF_OVERRIDES_FILE=${SELF_OVERRIDES_FILE}
|
|
RESOLVER_CONFIG=${RESOLVER_CONFIG} |