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

13
services/vaultwarden.yml Normal file
View File

@@ -0,0 +1,13 @@
services:
vaultwarden:
image: vaultwarden/server:latest
restart: unless-stopped
user: "1000:1000"
ports:
- "127.0.0.1:8080:80"
environment:
- DOMAIN=https://vault.sauravdhakal.com.np
# - ADMIN_TOKEN=${VAULTWARDEN_ADMIN_TOKEN}
- SIGNUPS_ALLOWED=true # disable after you create your account
volumes:
- ../data/vaultwarden:/data