mirror of
https://github.com/reonokiy/compose.git
synced 2025-06-14 20:56:47 +02:00
add vaultwarden
This commit is contained in:
parent
618ffce8a2
commit
f9e100ed89
1 changed files with 12 additions and 0 deletions
12
vaultwarden/docker-compose.yaml
Normal file
12
vaultwarden/docker-compose.yaml
Normal file
|
@ -0,0 +1,12 @@
|
|||
services:
|
||||
vaultwarden:
|
||||
image: vaultwarden/server:1.33.1
|
||||
container_name: vaultwarden
|
||||
restart: always
|
||||
environment:
|
||||
DOMAIN: https://${DOMAIN}
|
||||
SIGNUPS_ALLOWED: "false"
|
||||
volumes:
|
||||
- ${DATA_DIR}:/data
|
||||
ports:
|
||||
- 80:80
|
Loading…
Add table
Add a link
Reference in a new issue