2022-07-26 14:28:40 +00:00
|
|
|
version: "3.9"
|
|
|
|
|
services:
|
|
|
|
|
app:
|
|
|
|
|
container_name: beancount-gs
|
|
|
|
|
image: xdbin/beancount-gs:latest
|
|
|
|
|
ports:
|
|
|
|
|
- "10000:80"
|
|
|
|
|
volumes:
|
|
|
|
|
- "${dataPath:-/data/beancount}:${dataPath:-/data/beancount}"
|
|
|
|
|
- "${dataPath:-/data/beancount}/icons:/app/public/icons"
|
|
|
|
|
- "${dataPath:-/data/beancount}/config:/app/config"
|
2021-12-09 08:49:06 +00:00
|
|
|
- "${dataPath:-/data/beancount}/bak:/app/bak"
|