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.
7 lines
157 B
Bash
7 lines
157 B
Bash
VIRTUAL_HOST=${VIRTUAL_HOST}
|
|
|
|
LETSENCRYPT_HOST=${LETSENCRYPT_HOST}
|
|
LETSENCRYPT_EMAIL=${LETSENCRYPT_EMAIL}
|
|
|
|
TARGET=${TARGET}
|
|
OVERRIDES_FILE=${OVERRIDES_FILE}
|