fix: pass all .env vars to cameleer-saas via env_file
Some checks failed
CI / build (push) Failing after 11s
CI / docker (push) Has been skipped

Instead of explicitly listing every env var the SaaS container needs,
use env_file to pass the entire .env. This ensures all installer-
configured values (passwords, hosts, ports, etc.) are available for
current and future use by the SaaS app and its provisioning config.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-04-13 18:58:04 +02:00
parent 6b1dcba876
commit b3a19098c5
2 changed files with 5 additions and 0 deletions

View File

@@ -840,6 +840,8 @@ EOF
depends_on:
logto:
condition: service_healthy
env_file:
- .env
environment:
DOCKER_HOST: unix:///var/run/docker.sock
SPRING_DATASOURCE_URL: jdbc:postgresql://postgres:5432/cameleer_saas