From 55542d3204314c170c123dc066f93b4c8f9ac4bc Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Sun, 1 Jan 2023 21:39:42 -0800 Subject: config: add beancount --- .../config/roles/beancount/templates/docker-compose.yaml.j2 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 bean.jinwei.me/config/roles/beancount/templates/docker-compose.yaml.j2 (limited to 'bean.jinwei.me/config/roles/beancount/templates/docker-compose.yaml.j2') 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 @@ +version: '3' +services: + ledger: + image: {{ bean_image }}:{{ bean_image_tag }} + container_name: ledger + restart: always + ports: + - 30082:8081 + - 30083:8080 -- cgit v1.2.3