localization for ntfy and mail

This commit is contained in:
MDeeApp
2025-10-11 19:34:54 +02:00
parent 17e094e8ac
commit adc4cfbee8
25 changed files with 609 additions and 74 deletions

View File

@@ -31,6 +31,8 @@ services:
# - MAIL_USE_TLS=true
# - MAIL_FROM=contract-monitor@example.com
# - MAIL_TO=you@example.com
# - APP_EXTERNAL_URL=https://contracts.example.com
# - APP_LOCALE=en
# Optional: festen iCal-Token vorgeben
# - ICAL_SECRET=replace-with-secret
volumes:
@@ -39,7 +41,8 @@ services:
- "8080:8000"
contract-companion-ui:
build:
context: ./frontend
context: .
dockerfile: frontend/Dockerfile
container_name: contract-companion-ui
restart: unless-stopped
ports: