aboutsummaryrefslogtreecommitdiff
path: root/.env.example
diff options
context:
space:
mode:
authorAnders Betts <anders.betts@gmail.com>2026-09-17 19:55:36 +0200
committerAnders Betts <anders.betts@gmail.com>2026-09-17 19:55:36 +0200
commit380195f7cd5e57acf2c1cf2bc41069e6b0b979ed (patch)
tree32a88fb22a7fbe8f1fd5c105156d1f928c93950d /.env.example
downloadbokf-380195f7cd5e57acf2c1cf2bc41069e6b0b979ed.tar.gz
bokf-380195f7cd5e57acf2c1cf2bc41069e6b0b979ed.zip
Initial commit: daemon, clients, docs, Docker deploy pipelinev0.1.0
Diffstat (limited to '.env.example')
-rw-r--r--.env.example13
1 files changed, 13 insertions, 0 deletions
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