This commit is contained in:
Mike McFetridge
2026-07-23 19:38:14 -04:00
parent 72272e4006
commit 84e1ead50c
283 changed files with 0 additions and 206 deletions
@@ -0,0 +1,20 @@
services:
# Vaultwarden Password Manager
vaultwarden:
image: vaultwarden/server:latest
container_name: vaultwarden
security_opt:
- no-new-privileges:true
restart: unless-stopped
profiles: ["apps", "all"]
networks:
- default
ports:
- "$VAULTWARDEN_PORT:80"
environment:
# This is required to allow vaultwarden to verify the TLS certificate!
- DOMAIN=https://SUBDOMAIN-PLACEHOLDER.$DOMAINNAME_1
# - ADMIN_TOKEN=ADMIN-TOKEN-PLACEHOLDER
volumes:
- $DOCKERDIR/appdata/vaultwarden/data:/data
# DOCKER-LABELS-PLACEHOLDER