[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:
parent
9c77acd2cf
commit
4dd4db6d4f
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||||
|
|
Loading…
Reference in a new issue