fix(docker): simplify version arg to COOLIFY_GIT_COMMIT

Nested dollar-brace defaults dont resolve in Docker Compose.
Use COOLIFY_GIT_COMMIT directly which Coolify always provides.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Mitchell R 2026-05-26 03:36:09 +02:00
parent a03a0d17de
commit cefd378b67
No known key found for this signature in database

View file

@ -15,7 +15,7 @@ services:
context: .
dockerfile: deploy/docker/Dockerfile.server
args:
BF_SERVER_VERSION: ${BF_SERVER_VERSION:-${COOLIFY_GIT_COMMIT:-${SOURCE_COMMIT:-dev}}}
BF_SERVER_VERSION: ${COOLIFY_GIT_COMMIT:-dev}
container_name: betterframe-server
restart: unless-stopped
environment: