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: about 1 year 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-25T02:54:36.000Z (almost 4 years ago)
- Last Synced: 2025-04-28T14:14:04.189Z (about 1 year ago)
- Topics: beancount, beancount-bot, costflow, docker-image
- Language: Dockerfile
- Homepage:
- Size: 24.4 KB
- Stars: 9
- Watchers: 2
- Forks: 5
- 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 语法插件