ops: GITEA_TOKEN + GITEA_*-Settings im docker-compose.yml durchreichen
Container hatte kein GITEA_TOKEN trotz Eintrag in .env, weil docker-compose.yml env-Vars explizit listet. 4 neue Eintraege fuer das Feedback-Widget (#149-Folge). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
a8d7b72702
commit
07bb832c35
@ -23,6 +23,11 @@ services:
|
||||
- SMTP_FROM_NAME=${SMTP_FROM_NAME:-GWÖ-Antragsprüfer}
|
||||
- UNSUBSCRIBE_SECRET=${UNSUBSCRIBE_SECRET}
|
||||
- BASE_URL=${BASE_URL:-https://gwoe.toppyr.de}
|
||||
# Gitea-Anbindung fuer Feedback-Widget (#149-Folge)
|
||||
- GITEA_TOKEN=${GITEA_TOKEN}
|
||||
- GITEA_API_URL=${GITEA_API_URL:-https://repo.toppyr.de/api/v1}
|
||||
- GITEA_REPO_OWNER=${GITEA_REPO_OWNER:-tobias}
|
||||
- GITEA_REPO_NAME=${GITEA_REPO_NAME:-gwoe-antragspruefer}
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
- ./reports:/app/reports
|
||||
|
||||
Loading…
Reference in New Issue
Block a user