Add vaultwarden service

This commit is contained in:
2025-12-31 18:31:27 -06:00
parent e878dee155
commit 789047f344
2 changed files with 23 additions and 0 deletions

View File

@@ -9,4 +9,5 @@ docker compose run --rm certbot certonly -v --webroot --webroot-path /var/www/ce
-d karakeep.loadingm.xyz \
-d ollama.loadingm.xyz \
-d memos.loadingm.xyz \
-d bitwarden.loadingm.xyz \
-d gpodder.loadingm.xyz

View File

@@ -13,6 +13,7 @@ secrets:
volumes:
meilisearch:
karakeep:
bitwarden:
networks:
karakeep:
external: false
@@ -36,6 +37,8 @@ networks:
external: false
mail:
external: false
bitwarden:
external: false
services:
web:
image: "nginx"
@@ -209,6 +212,25 @@ services:
- mail
ports:
- 127.0.0.1:25:25
bitwarden:
# env_file:
# - bitwarden.env
environment:
# DOMAIN: "https://bitwarden.loadingm.xyz"
DOMAIN: "http://localhost:8081"
SMTP_HOST: mail
SMTP_FROM: bitwarden@loadingm.xyz
SMTP_SECURITY: off
SIGNUPS_ALLOWED: false
networks:
- bitwarden
- mail
image: vaultwarden/server:latest
restart: always
# ports:
# - "127.0.0.1:8081:80"
volumes:
- /data/bitwarden:/data
# calibre:
# image: "linuxserver/calibre-web"
# 5d-diplomacy-frontend: