Initial commit

This commit is contained in:
2025-10-08 11:17:32 +00:00
commit be1f2d07fc
17 changed files with 216 additions and 0 deletions

16
vaultwarden/compose.yml Normal file
View File

@@ -0,0 +1,16 @@
# Service Name: VaultWarden
# Description : Open source server for bitwarden clients
# Homepage : https://github.com/dani-garcia/vaultwarden
services:
vaultwarden:
image: vaultwarden/server:latest
container_name: vaultwarden
restart: unless-stopped
environment:
DOMAIN: "https://vaultwarden.ramberg.net"
volumes:
- ./vw-data/:/data/
ports:
# - 127.0.0.1:8000:80
- 8000:80