forked from baron/baron-sso
fix: load env_file in init-rp for staging compose
This commit is contained in:
@@ -264,6 +264,8 @@ services:
|
|||||||
|
|
||||||
init-rp:
|
init-rp:
|
||||||
image: oryd/hydra:${HYDRA_VERSION:-v25.4.0}
|
image: oryd/hydra:${HYDRA_VERSION:-v25.4.0}
|
||||||
|
env_file:
|
||||||
|
- .env
|
||||||
entrypoint: ["/bin/sh"]
|
entrypoint: ["/bin/sh"]
|
||||||
command:
|
command:
|
||||||
- -ec
|
- -ec
|
||||||
|
|||||||
Reference in New Issue
Block a user