finance: run firefly entrypoint after vault env
This commit is contained in:
parent
6cf46cf789
commit
309931f7a5
@ -99,7 +99,10 @@ spec:
|
|||||||
- name: firefly
|
- name: firefly
|
||||||
image: fireflyiii/core:version-6.4.15
|
image: fireflyiii/core:version-6.4.15
|
||||||
command: ["/bin/sh", "-c"]
|
command: ["/bin/sh", "-c"]
|
||||||
args: [". /vault/secrets/firefly-env.sh && exec /init"]
|
args:
|
||||||
|
- |
|
||||||
|
. /vault/secrets/firefly-env.sh
|
||||||
|
exec /usr/local/bin/docker-php-serversideup-entrypoint /init
|
||||||
env:
|
env:
|
||||||
- name: APP_ENV
|
- name: APP_ENV
|
||||||
value: production
|
value: production
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user