Rearrange SSH and DEBUG environment variables in compose.yaml
This commit is contained in:
@@ -15,15 +15,15 @@ services:
|
||||
CONTAINER_NAME: "${CONTAINER_NAME:-paperless-ai}"
|
||||
OLLAMA_HOST: "${OLLAMA_HOST:-192.168.222.12}"
|
||||
OLLAMA_PORT: "${OLLAMA_PORT:-11434}"
|
||||
SSH_USER: "${SSH_USER:-user}"
|
||||
SINCE: "${SINCE:-0s}"
|
||||
WOL_MAC: "${WOL_MAC}"
|
||||
WOL_BCAST: "${WOL_BCAST:-192.168.222.255}" # optional
|
||||
WOL_PORT: "${WOL_PORT:-9}" # optional
|
||||
USE_LUAJIT: "${USE_LUAJIT:-true}" # optional: use LuaJIT for better performance (default: true)
|
||||
DEBUG: "${DEBUG:-false}"
|
||||
SSH_USER: "${SSH_USER:-user}"
|
||||
SSH_STRICT_HOST_KEY_CHECKING: "${SSH_STRICT_HOST_KEY_CHECKING:-no}" # optional: SSH host key verification (default: no)
|
||||
SSH_KNOWN_HOSTS_FILE: "${SSH_KNOWN_HOSTS_FILE:-/root/.ssh/known_hosts}" # optional: SSH known hosts file path (default: /root/.ssh/known_hosts)
|
||||
DEBUG: "${DEBUG:-false}"
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
|
||||
Reference in New Issue
Block a user