Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaaass/beancount_bot_costflow_docker
A docker image for beancount_bot and costflow plugin
https://github.com/kaaass/beancount_bot_costflow_docker
beancount beancount-bot costflow docker-image
Last synced: 4 days ago
JSON representation
A docker image for beancount_bot and costflow plugin
- Host: GitHub
- URL: https://github.com/kaaass/beancount_bot_costflow_docker
- Owner: kaaass
- License: gpl-3.0
- Created: 2021-10-07T06:31:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-25T02:54:36.000Z (over 2 years ago)
- Last Synced: 2023-03-02T22:41:40.336Z (over 1 year ago)
- Topics: beancount, beancount-bot, costflow, docker-image
- Language: Dockerfile
- Homepage:
- Size: 24.4 KB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# beancount_bot_costflow_docker
包含 beancount_bot 与 Costflow 插件的 Docker 镜像。## 使用
### 通过 Docker
```shell
docker run -d \
-v ./bean:/bean \
-v ./config:/config \
kaaass/beancount_bot_costflow_docker
```### 通过 Dockerfile
1. 下载 `docker-compose.yml`
2. 执行 `docker-compose up -d`## 参数
环境变量:
- **BEANCOUNT_BOT_CONFIG**:beancount_bot 的配置文件路径,默认 `/config/beancount_bot.yml`
目录:
- **/init.d**:初始脚本。所有 `.sh` 文件会在容器启动时通过 `sh xx.sh` 执行
## See also
- [kaaass/beancount_bot](https://github.com/kaaass/beancount_bot):Bot 核心
- [kaaass/beancount_bot_costflow](https://github.com/kaaass/beancount_bot_costflow):Costflow 语法插件