feat: add new services

Added actual budget, immitch with all other micro-services and
vaultwarden
This commit is contained in:
SauravDhakal
2026-03-30 21:24:42 +05:45
parent 756165e975
commit 84e2af6200
5 changed files with 79 additions and 0 deletions

9
services/actual.yml Normal file
View File

@@ -0,0 +1,9 @@
services:
actual:
image: actualbudget/actual-server:latest
restart: unless-stopped
user: "1000:1000"
ports:
- "127.0.0.1:8081:5006"
volumes:
- ../data/actual:/data