From f8384bda9e26ce0baf14069b7d019ab1b338901e Mon Sep 17 00:00:00 2001 From: chan Date: Wed, 18 Mar 2026 17:00:37 +0900 Subject: [PATCH] fix: load env_file in init-rp for staging compose --- docker/staging_pull_compose.template.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/staging_pull_compose.template.yaml b/docker/staging_pull_compose.template.yaml index 537c694a..91e1ced1 100644 --- a/docker/staging_pull_compose.template.yaml +++ b/docker/staging_pull_compose.template.yaml @@ -264,6 +264,8 @@ services: init-rp: image: oryd/hydra:${HYDRA_VERSION:-v25.4.0} + env_file: + - .env entrypoint: ["/bin/sh"] command: - -ec