[firefly] Add fints importer
This commit is contained in:
parent
7d2e36bdd0
commit
1c7e0e3c44
1 changed files with 12 additions and 1 deletions
|
@ -17,6 +17,7 @@ services:
|
||||||
- db
|
- db
|
||||||
networks:
|
networks:
|
||||||
- firefly
|
- firefly
|
||||||
|
- db
|
||||||
- webproxy
|
- webproxy
|
||||||
|
|
||||||
db:
|
db:
|
||||||
|
@ -28,7 +29,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- firefly_iii_db:/var/lib/postgresql/data
|
- firefly_iii_db:/var/lib/postgresql/data
|
||||||
networks:
|
networks:
|
||||||
- firefly
|
- db
|
||||||
|
|
||||||
cron:
|
cron:
|
||||||
image: alpine
|
image: alpine
|
||||||
|
@ -36,9 +37,19 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- firefly
|
- firefly
|
||||||
|
|
||||||
|
fints-importer:
|
||||||
|
image: benkl/firefly-iii-fints-importer
|
||||||
|
volumes:
|
||||||
|
- importer-configurations:/app/configurations
|
||||||
|
ports:
|
||||||
|
- 8080:8080
|
||||||
|
networks:
|
||||||
|
- firefly
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
firefly_iii_upload:
|
firefly_iii_upload:
|
||||||
firefly_iii_db:
|
firefly_iii_db:
|
||||||
|
importer-configurations:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
firefly:
|
firefly:
|
||||||
|
|
Loading…
Reference in a new issue