diff options
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 13 |
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 |
