Add Docker/Traefik deployment setup

This commit is contained in:
2026-08-01 16:38:15 +02:00
parent c4c750cb74
commit e04495ee2d
7 changed files with 79 additions and 3 deletions
+12
View File
@@ -0,0 +1,12 @@
# Used by docker-compose.yml for the Traefik Host() rule
DOMAIN=
GMAIL_USER=
GMAIL_APP_PASSWORD=
CONTACT_TO_EMAIL=
# Private pricing pages — JSON array, one object per page, reached at
# /<locale>/plans/<code>. `landing`/`webApp`/`care` take a number (rendered as
# €N, formatted per locale) or a string (used verbatim). Add or remove objects
# to add or remove pages. Generate an unguessable code with: openssl rand -hex 8
PLANS_PAGES=[{"code":"REPLACE_WITH_RANDOM_HEX","landing":500,"webApp":2000,"care":[25,60,120]}]