adding compose file for Vaultwarden
This commit is contained in:
17
vaultwarden/compose.yaml
Normal file
17
vaultwarden/compose.yaml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
services:
|
||||||
|
vaultwarden:
|
||||||
|
# image: vaultwarden/server:1.32.0
|
||||||
|
image: vaultwarden/server:latest
|
||||||
|
container_name: vaultwarden
|
||||||
|
restart: always
|
||||||
|
ports:
|
||||||
|
- 8030:80
|
||||||
|
environment:
|
||||||
|
# - DOMAIN='https://vaultwarden.objectbrokers.com'
|
||||||
|
- ADMIN_TOKEN="llanfairpwll"
|
||||||
|
# DOMAIN: "https://vaultwarden.objectbrokers.com" # Your domain; vaultwarden needs to know it's https to work properly with attachments
|
||||||
|
# ADMIN_TOKEN: ADMIN_TOKEN=${VAULTWARDEN_ADMIN_TOKEN}
|
||||||
|
volumes:
|
||||||
|
- /mnt/storage/appdata/bitwarden:/data
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user