Add docker-compose.yml
This commit is contained in:
commit
6a8086a4bb
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
services:
|
||||||
|
# Vaultwarden Password Manager
|
||||||
|
vaultwarden:
|
||||||
|
image: vaultwarden/server:latest
|
||||||
|
container_name: vaultwarden
|
||||||
|
security_opt:
|
||||||
|
- no-new-privileges:true
|
||||||
|
restart: unless-stopped
|
||||||
|
# profiles: ["core", "all"]
|
||||||
|
environment:
|
||||||
|
# This is required to allow vaultwarden to verify the TLS certificate!
|
||||||
|
- DOMAIN=https://bw.migonis.tech
|
||||||
|
volumes:
|
||||||
|
- /data:/data
|
||||||
Loading…
Reference in New Issue
Block a user