Prod-Compose für Traefik (arbeitszeit.fuerst-stuttgart.de)

- Traefik-Labels statt Host-Port-Publishing
- HTTP→HTTPS-Redirect, TLS am secure-Router
- Container am externen Proxy-Netzwerk dockge_default

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-22 11:05:20 +02:00
parent 33f05bfb64
commit 0224e2d9d8
2 changed files with 17 additions and 6 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ echo ""
echo ">>> Baue Multiplatform Docker Image und pushe..."
docker buildx build \
--platform linux/amd64,linux/arm64 \
--platform linux/amd64 \
--build-arg BUILD_DATE="${BUILD_DATE}" \
-t "${FULL_IMAGE}" \
--push \