deploy #10

Merged
bstein merged 271 commits from deploy into main 2026-01-19 19:04:01 +00:00
Showing only changes of commit 309931f7a5 - Show all commits

View File

@ -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