feat: add PUBLIC_UMAMI_SCRIPT variable and integrate into layout
Some checks failed
Build and Push Docker Image to Gitea / build-and-push (push) Failing after 2m13s

This commit is contained in:
2026-02-21 11:05:30 +01:00
parent c85fa7798e
commit 13c6977e59
10 changed files with 19 additions and 6 deletions

View File

@@ -123,7 +123,8 @@ ENV NODE_ENV=production \
# Runtime environment variables (will be passed at container start)
ENV PUBLIC_API_URL="" \
PUBLIC_URL="" \
PUBLIC_UMAMI_ID=""
PUBLIC_UMAMI_ID="" \
PUBLIC_UMAMI_SCRIPT=""
# Expose application port
EXPOSE 3000