# Dockge per-host tunables. # # Copy to .env on each host. Most defaults are fine; the HOST_LABEL and # HOST_IP are what the homepage card shows, so they must be set per-host. # Image pin (blank = latest) DOCKGE_VERSION=latest # Port on the host. Default matches the upstream docs. DOCKGE_PORT=5001 # Human-readable host name for the homepage card, e.g. # ana-docker, nh3-docker, esh-docker-vm, vm-esh-nas, ana-ml2 DOCKGE_HOST_LABEL= # IP (or hostname) the browser uses to reach this Dockge. Used in # homepage.href — must be reachable from wherever you view homepage. # ana-docker → 10.250.50.70 # ana-ml2 → 10.250.50.54 # nh3-docker → 10.100.50.40 # esh-docker-vm → 10.0.50.45 # vm-esh-nas → 10.0.50.154 # corviduo-dev → 10.250.50.152 DOCKGE_HOST_IP= # Host directory containing the per-stack compose dirs. Default # /opt/docker matches the fleet convention. Override only for hosts # where /opt/docker isn't writable / appropriate. # corviduo-dev → /home/vh/docker # Trailing slash NOT required. Dockge sees the .../compose/ subdir # as its stacks root (DOCKGE_STACKS_DIR derives from this). DOCKGE_HOST_STACKS_ROOT=/opt/docker