up(etc): system file

This commit is contained in:
cnphpbb
2025-03-03 12:29:13 +08:00
parent 48ed651c02
commit 084d731f45
4 changed files with 36 additions and 0 deletions

15
VaultWarden/stack.yml Normal file
View File

@@ -0,0 +1,15 @@
# path:: mkdir -pv /data/volumes/VaultWarden/data
# pull:: docker compose -p memos --env-file ./VaultWarden/env.cfg -f ./VaultWarden/stack.yml pull
# run:: docker compose -p memos --env-file ./VaultWarden/env.cfg -f ./VaultWarden/stack.yml up -d
services:
vaultwarden:
image: ${IMAGE_TAG}
container_name: vaultwarden
restart: unless-stopped
environment:
DOMAIN: "${Domain}"
volumes:
- ${Volumes_Path}/data/:/data/
ports:
- 5580:80