Updates for new ver
This commit is contained in:
@ -1,8 +0,0 @@
|
||||
# Service settings specific to this server
|
||||
|
||||
# Image settings
|
||||
IMAGE_REGISTRY="docker.io"
|
||||
IMAGE_REPO="caddy"
|
||||
|
||||
DATA_VOLUME=caddy_data
|
||||
CONFIG_VOLUME=caddy_config
|
@ -1,2 +1,13 @@
|
||||
# Template to use - always required!
|
||||
TEMPLATE=caddy
|
||||
REQUIRES_HOST_ROOT=false
|
||||
REQUIRES_DOCKER=true
|
||||
REQUIRES_DOCKER_ROOT=true
|
||||
|
||||
# Image settings
|
||||
IMAGE_REGISTRY="docker.io"
|
||||
IMAGE_REPO="caddy"
|
||||
|
||||
# Volume settings
|
||||
DATA_VOLUME=caddy_data
|
||||
CONFIG_VOLUME=caddy_config
|
||||
|
@ -1,10 +1,7 @@
|
||||
# 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)
|
||||
# (can also override anything in the .template_info.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!
|
||||
|
||||
|
||||
# Server Settings
|
||||
SSH_USER="root"
|
||||
|
Reference in New Issue
Block a user