initial composes
This commit is contained in:
18
RPi/Vaultwarden Docker Compose/compose.yaml
Normal file
18
RPi/Vaultwarden Docker Compose/compose.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
services:
|
||||
vaultwarden:
|
||||
networks:
|
||||
- casa-de-martmann
|
||||
|
||||
image: vaultwarden/server:latest
|
||||
container_name: vaultwarden
|
||||
restart: always
|
||||
environment:
|
||||
DOMAIN: "https://vault.casademm.de" # Your domain; vaultwarden needs to know it's https to work properly with attachments
|
||||
SIGNUPS_ALLOWED: "false"
|
||||
|
||||
volumes:
|
||||
- ./vw-data:/data
|
||||
networks:
|
||||
casa-de-martmann:
|
||||
name: casa-de-martmann
|
||||
external: true
|
||||
Reference in New Issue
Block a user