2026-05-19 19:46:49 +02:00
|
|
|
# Production overrides for the vergabe-teilnahme Helm chart.
|
|
|
|
|
# Non-secret values only; SECRET_KEY and DATABASE_URL come from the
|
|
|
|
|
# Secret 'vergabe-teilnahme-env' in the vergabe-teilnahme namespace.
|
|
|
|
|
|
|
|
|
|
image:
|
2026-07-12 00:32:32 +02:00
|
|
|
repository: forgejo.coulomb.social/coulomb/vergabe-teilnahme
|
|
|
|
|
tag: "1061f3e" # RAILIANCE-WP-0014-T04 — publish via Forgejo CI / docker push
|
2026-05-19 19:46:49 +02:00
|
|
|
|
|
|
|
|
env:
|
|
|
|
|
DJANGO_SETTINGS_MODULE: vergabe_teilnahme.settings.prod
|
|
|
|
|
ALLOWED_HOSTS: vergabe-teilnahme.whywhynot.de,localhost
|
|
|
|
|
CSRF_TRUSTED_ORIGINS: https://vergabe-teilnahme.whywhynot.de
|