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