From 380195f7cd5e57acf2c1cf2bc41069e6b0b979ed Mon Sep 17 00:00:00 2001 From: Anders Betts Date: Thu, 17 Sep 2026 19:55:36 +0200 Subject: Initial commit: daemon, clients, docs, Docker deploy pipeline --- .env.example | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .env.example (limited to '.env.example') diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..bb20a6f --- /dev/null +++ b/.env.example @@ -0,0 +1,13 @@ +# 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 -- cgit v1.3