Updates for new ver

This commit is contained in:
Your Name
2025-05-24 10:24:47 +12:00
parent 2041047a4b
commit 28288018d7
15 changed files with 79 additions and 59 deletions

View File

@ -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

View File

@ -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

View File

@ -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"