[firefly] Change name of env file to stack.env to user portainer vars

See: https://www.portainer.io/blog/using-env-files-in-stacks-with-portainer
This commit is contained in:
JuliusFreudenberger 2023-09-03 21:51:20 +02:00
parent 9c77acd2cf
commit 4dd4db6d4f

View file

@ -6,7 +6,7 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- firefly_iii_upload:/var/www/html/storage/upload - firefly_iii_upload:/var/www/html/storage/upload
env_file: .env env_file: stack.env
environment: environment:
- APP_KEY=${APP_KEY:-SomeRandomStringOf32CharsExactly} - APP_KEY=${APP_KEY:-SomeRandomStringOf32CharsExactly}
- MAIL_PASSWORD=${MAIL_PASSWORD:-null} - MAIL_PASSWORD=${MAIL_PASSWORD:-null}