mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-11-22 15:28:02 +01:00
15 lines
344 B
YAML
15 lines
344 B
YAML
|
services:
|
||
|
ynab:
|
||
|
image: crocmagnon/ynab:latest
|
||
|
command:
|
||
|
- ynab
|
||
|
- lcl
|
||
|
- --download
|
||
|
- --send=home_assistant
|
||
|
restart: "no"
|
||
|
environment:
|
||
|
- PYTHONWARNINGS=ignore:The localize method is no longer necessary
|
||
|
volumes:
|
||
|
- ./config.ini:/root/.config/ofx_processor/config.ini:ro
|
||
|
- ./data:/data
|