1
0

arcane formatting

This commit is contained in:
2025-07-20 01:02:08 -04:00
parent 131182f4b0
commit 135b942996
25 changed files with 179 additions and 22 deletions

View File

@@ -0,0 +1,32 @@
---
# Vaultwarden
# Open-source Bitwarden password manager
# Created by Daniel García
# ↳ https://github.com/dani-garcia/vaultwarden
services:
vaultwarden:
image: vaultwarden/server:latest
container_name: vaultwarden
restart: unless-stopped
networks:
- proxy
# ports:
# - 80:80
environment:
PUID: 1000
PGID: 1000
volumes:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
- /home/fxequals/docker/vaultwarden/data:/data
networks:
proxy:
external: true
# Documentation available at https://github.com/dani-garcia/vaultwarden/wiki