feat: add new services
Added actual budget, immitch with all other micro-services and vaultwarden
This commit is contained in:
9
services/actual.yml
Normal file
9
services/actual.yml
Normal 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
|
||||
Reference in New Issue
Block a user