# 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