This commit is contained in:
2026-05-28 02:56:22 +02:00
parent c9f72262ac
commit 3d4517f27b
34 changed files with 2313 additions and 40 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ ADMIN_TOKEN='HFoztERqAoXreBf7yM0NPbKhTguKoVDpKm4NIWVhiegIbuZKAzhr1ITTJdyCIFII' #
WEBSOCKET_ENABLED=true
SIGNUPS_ALLOWED=false #change to false once create the admin account
DOMAIN='https://vaultwarden.ramberg.net' #replace example.com with your domain
DOMAIN=https://vaultwarden.ramberg.net #replace example.com with your domain
# SMTP server configuration
#SMTP_HOST=smtp-relay.sendinblue.com
+4
View File
@@ -26,8 +26,12 @@ services:
#- homepage.instance.internal.href=http://emby.lan/
#- homepage.instance.public.href=https://emby.mydomain.com/
#- homepage.description=GIT server
placement:
constraints:
- node.role == manager
networks:
vaultwarden:
driver: overlay
attachable: true