diff options
| author | Joe Carstairs <me@joeac.net> | 2026-07-07 13:25:30 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-07-07 13:25:30 +0100 |
| commit | ac0ebb5302d0af74bab50e2260747ef09ccd24ea (patch) | |
| tree | b7a352151dfd89c41970c8372e4ea891a8075d17 /compose.yml | |
| parent | 4bf24c2b189115824d970c747e787f2cceb459de (diff) | |
add actualbudget
Diffstat (limited to 'compose.yml')
| -rw-r--r-- | compose.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/compose.yml b/compose.yml index 9f2db02..8988ec0 100644 --- a/compose.yml +++ b/compose.yml @@ -1,4 +1,13 @@ services: + actualbudget: + image: docker.io/actualbudget/actual-server:latest-alpine + container_name: joeac.net-actualbudget + restart: unless-stopped + volumes: + - ${ACTUALBUDGET_DATA_DIR}:/data/ + ports: + - "${ACTUALBUDGET_PORT}:5006" + gemini: image: git.joeac.net/joeac/${IMAGE_PREFIX}joeac.net-gemini container_name: joeac.net-gemini |
