blob: bb20a6f7c60e291474b8c78751cdcabc118a3408 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
|