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
+1 -1
View File
@@ -11,7 +11,7 @@ name: site-platform
services:
website:
image: ${HOST_CONTAINER}/${HOST_OWNER}/${IMAGE_NAME}:${IMAGE_TAG:-latest}
platform: linux/amd64
platform: ${IMAGE_PLATFORM:-linux/amd64}
container_name: ${HOST_OWNER}-${IMAGE_NAME}
restart: unless-stopped
ports: