aboutsummaryrefslogtreecommitdiff
path: root/.env.example
blob: ab0dd6fddad1179575e03e0e7bc9c0670ad72ab1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copy to .env and adjust. .env is gitignored.
#
# Deployment target for scripts/deploy.sh (over SSH). The host needs only
# Docker and the compose plugin.
BOKF_HOST=user@host
# Directory on the host that holds compose.yaml, .env and var/.
BOKF_REMOTE_DIR=/srv/bokf
# Build location: auto (default), local or remote.
# BOKF_BUILD=auto
#
# Local compose runs: "docker compose up --build" builds this image name.
BOKF_IMAGE=bokf
BOKF_TAG=dev
#
# TLS: the certs sidecar renews a Let's Encrypt certificate via INWX DNS-01
# and bokfd serves the clients on port 8788. Keep the credentials in the
# host's .env only; they are never committed.
# LEGO_DOMAIN=bokf.makandra.eu
# LEGO_EMAIL=anders@makandra.eu
# INWX_USERNAME=...
# INWX_PASSWORD=...