chore: remove Letterspace newsletter integration and all LETTERSPACE_* variables

This commit is contained in:
2026-02-21 10:56:43 +01:00
parent ce30eca574
commit c85fa7798e
15 changed files with 4 additions and 225 deletions

View File

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