# 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=...