mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-11-22 23:38:02 +01:00
14 lines
344 B
YAML
14 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
|