finance: source firefly env in shell

This commit is contained in:
Brad Stein 2026-01-17 03:03:16 -03:00
parent a9c2d3c5e8
commit ee622cbb0b

View File

@ -100,7 +100,8 @@ spec:
containers:
- name: firefly
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:
- name: APP_ENV
value: production