Create compose.yml

This commit is contained in:
drifty
2025-01-16 13:13:40 +05:30
committed by GitHub
parent f4e39d45c6
commit fed8071a5a

View File

@@ -0,0 +1,13 @@
services:
server:
container_name: vaultwarden
volumes:
- ./vaultwarden:/data/
- /etc/localtime:/etc/localtime:ro
restart: unless-stopped
ports:
- 80:80
image: vaultwarden/server:latest
# environment:
# - ADMIN_TOKEN="SECURE_PASSWORD_HERE"
# external caddy handles SSL certs