finance: source firefly env in shell
This commit is contained in:
parent
a9c2d3c5e8
commit
ee622cbb0b
@ -100,7 +100,8 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: firefly
|
- name: firefly
|
||||||
image: fireflyiii/core:version-6.4.15
|
image: fireflyiii/core:version-6.4.15
|
||||||
args: ["/bin/sh", "-c", ". /vault/secrets/firefly-env.sh && exec /init"]
|
command: ["/bin/sh", "-c"]
|
||||||
|
args: [". /vault/secrets/firefly-env.sh && exec /init"]
|
||||||
env:
|
env:
|
||||||
- name: APP_ENV
|
- name: APP_ENV
|
||||||
value: production
|
value: production
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user