Hardened the Docker build of the Website service target.

This commit is contained in:
2026-08-13 03:19:10 +02:00
parent 2206d71997
commit c075adad84
7 changed files with 42 additions and 15 deletions
+5 -2
View File
@@ -20,8 +20,11 @@ HOST_USER=
# Name of the Docker image to pull/run.
IMAGE_NAME=website
# Platform of the Docker image to pull/run.
IMAGE_PLATFORM=linux/arm64
# Platform of the deployment image
IMAGE_PLATFORM=linux/amd64
# Platform of the *local* build only (docker-compose.override.yml)
BUILD_PLATFORM=linux/arm64
# Tag of the image to pull/run.
# Use a semver in production; avoid `latest` so rollbacks are unambiguous.