11 lines
352 B
Bash
11 lines
352 B
Bash
# Service settings specific to this server
|
|
# (can also override anything in the _default.env file in the template to make it specific to this server)
|
|
CONTAINER_NAME=caddy
|
|
IMAGE_TAG="latest"
|
|
|
|
# Scripts will have these environment variables set, plus those in _default.env, plus:
|
|
# SERVER, SERVICE, CONFIG_PATH
|
|
# CONFIG_PATH points to this directory!
|
|
|
|
|