shell-host/containers/caddy/.env
David Kebler 0efd6a0b9e added caddy install
added osxfer script for transfering a root filesystem based on subvolumes
2024-04-10 10:45:23 -07:00

9 lines
330 B
Bash

# copy to .env and edit to suit
COMPOSE_PROJECT_NAME=caddy
# default NAME is caddy
NAME=${COMPOSE_PROJECT_NAME}
IMAGE=ucommandit/caddy-r53
CREDENTIALS=${DNS_CHALLENGE_CREDENTIALS:-$PWD/credentials.env}
# will use Caddyfile unless CONF is set
# this file should be in /conf on your host (e.g. my.conf)
CONF=$(hostnamectl hostname)