diff options
author | clarkzjw <[email protected]> | 2023-01-01 21:42:54 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2023-01-01 21:42:54 -0800 |
commit | 946f9ba5625ae8100e7ab5de3cfabd9439e66a71 (patch) | |
tree | bb98625a2fde12d31bfe12af83a5ef5a48cbd57e /bean.jinwei.me/config/roles/beancount/templates | |
parent | 246d8da4b825d6a622a4d9efbcf7f0d3b3724222 (diff) | |
parent | 55542d3204314c170c123dc066f93b4c8f9ac4bc (diff) | |
download | jinwei.me-946f9ba5625ae8100e7ab5de3cfabd9439e66a71.tar.gz |
Merge pull request #3 from clarkzjw/bean.jinwei.me
config: add beancount
Diffstat (limited to 'bean.jinwei.me/config/roles/beancount/templates')
-rw-r--r-- | bean.jinwei.me/config/roles/beancount/templates/docker-compose.yaml.j2 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bean.jinwei.me/config/roles/beancount/templates/docker-compose.yaml.j2 b/bean.jinwei.me/config/roles/beancount/templates/docker-compose.yaml.j2 new file mode 100644 index 0000000..757e701 --- /dev/null +++ b/bean.jinwei.me/config/roles/beancount/templates/docker-compose.yaml.j2 | |||
@@ -0,0 +1,9 @@ | |||
1 | version: '3' | ||
2 | services: | ||
3 | ledger: | ||
4 | image: {{ bean_image }}:{{ bean_image_tag }} | ||
5 | container_name: ledger | ||
6 | restart: always | ||
7 | ports: | ||
8 | - 30082:8081 | ||
9 | - 30083:8080 | ||