add multi lang
This commit is contained in:
2026-07-11 20:03:15 +02:00
parent f0813894a8
commit ae3b435b51
116 changed files with 1543 additions and 484 deletions

View File

@@ -5,7 +5,7 @@ services:
JWT_SECRET: ${JWT_SECRET:-please-change-this-secret-in-.env}
DATABASE_PATH: /app/data/app.db
PORT: 3000
FRONTEND_URL: ${FRONTEND_URL:-https://ktoco.kzbikowski.pl}
FRONTEND_URL: ${FRONTEND_URL:-https://example.com}
SMTP_HOST: ${SMTP_HOST:-}
SMTP_PORT: ${SMTP_PORT:-587}
SMTP_SECURE: ${SMTP_SECURE:-false}
@@ -30,10 +30,10 @@ services:
labels:
- traefik.enable=true
- traefik.docker.network=traefik_public
- traefik.http.routers.ktoco.rule=Host(`${DOMAIN:-ktoco.kzbikowski.pl}`)
- traefik.http.routers.ktoco.entrypoints=websecure
- traefik.http.routers.ktoco.tls.certresolver=tls-resolver
- traefik.http.routers.ktoco.tls=true
- traefik.http.routers.whowhat.rule=Host(`${DOMAIN:-example.com}`)
- traefik.http.routers.whowhat.entrypoints=websecure
- traefik.http.routers.whowhat.tls.certresolver=tls-resolver
- traefik.http.routers.whowhat.tls=true
restart: unless-stopped
networks: