add:vaultwardeb, improve other services

This commit is contained in:
Schneider Roland
2024-10-02 23:06:36 +02:00
parent 0819e176e9
commit b2d81e5f34
8 changed files with 46 additions and 25 deletions

View File

@@ -0,0 +1,12 @@
services:
vaultwarden:
image: vaultwarden/server:latest
container_name: vaultwarden
restart: always
environment:
# DOMAIN: "https://vaultwarden.example.com" # required when using a reverse proxy; your domain; vaultwarden needs to know it's https to work properly with attachments
SIGNUPS_ALLOWED: "true" # Deactivate this with "false" after you have created your account so that no strangers can register
volumes:
- ./vw-data:/data # the path before the : can be changed
ports:
- 4111:80 # you can replace the 11001 with your preferred port