BetterFrame/deploy/docker
Mitchell R 90a8f256d5
fix(docker): remove COPY .git — Coolify excludes it from build context
Coolify doesn't include .git in Docker build context, causing build
failure. Revert to ARG-based version stamping: compose passes
BF_SERVER_VERSION from Coolify's SOURCE_COMMIT/COOLIFY_GIT_COMMIT
env vars as a build arg, Dockerfile writes it to .bf-version. Removed
git from builder apt install (no longer needed).
2026-05-22 19:30:18 +02:00
..
Dockerfile.angie fix(deploy): bake configs into images — no host bind mounts 2026-05-18 12:18:46 +02:00
Dockerfile.nodered feat(nodered): install Dashboard 2.0 + auto-sync on entities page 2026-05-21 12:05:12 +02:00
Dockerfile.server fix(docker): remove COPY .git — Coolify excludes it from build context 2026-05-22 19:30:18 +02:00
nodered-entrypoint.sh fix(nodered): base is Alpine — use apk + su-exec, not apt + gosu 2026-05-19 04:06:36 +02:00
nodered-settings.js fix: nodered settings.js nodesDir → /usr/src/betterframe-nodes 2026-05-13 02:00:40 +02:00
sec-config.yaml feat(nodered): auto-provision bf-server-config on boot 2026-05-13 03:09:25 +02:00