Compare commits

..

4 commits

Author SHA1 Message Date
581209510c
Revert "dropme: remove other drone tasks for faster debugging"
All checks were successful
continuous-integration/drone/push Build is passing
This reverts commit cdc91aec57.
2025-10-30 20:01:20 +01:00
4bfaeb1b6e
refactor: use plugins/docker instead of manual dind setup 2025-10-30 20:01:20 +01:00
2a4dbc981c
test: add ci-build-container to pipeline trigger for testing 2025-10-30 20:01:19 +01:00
d3fd4d6c0e
feat: docker-compose prod setup 2025-10-30 20:01:19 +01:00

View file

@ -58,7 +58,8 @@ if config_env() == :prod do
client_id: System.get_env("OIDC_CLIENT_ID") || "mv",
base_url: System.get_env("OIDC_BASE_URL") || "http://localhost:8080/auth/v1",
client_secret: System.get_env("OIDC_CLIENT_SECRET"),
redirect_uri: System.get_env("OIDC_REDIRECT_URI") || "http://#{host}:#{port}/auth/user/rauthy/callback"
redirect_uri:
System.get_env("OIDC_REDIRECT_URI") || "http://#{host}:#{port}/auth/user/rauthy/callback"
# Token signing secret from environment variable
# This overrides the placeholder value set in prod.exs