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 karakeep.loadingm.xyz \
-d ollama.loadingm.xyz \ -d ollama.loadingm.xyz \
-d memos.loadingm.xyz \ -d memos.loadingm.xyz \
-d bitwarden.loadingm.xyz \
-d gpodder.loadingm.xyz -d gpodder.loadingm.xyz

View File

@@ -13,6 +13,7 @@ secrets:
volumes: volumes:
meilisearch: meilisearch:
karakeep: karakeep:
bitwarden:
networks: networks:
karakeep: karakeep:
external: false external: false
@@ -36,6 +37,8 @@ networks:
external: false external: false
mail: mail:
external: false external: false
bitwarden:
external: false
services: services:
web: web:
image: "nginx" image: "nginx"
@@ -209,6 +212,25 @@ services:
- mail - mail
ports: ports:
- 127.0.0.1:25:25 - 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: # calibre:
# image: "linuxserver/calibre-web" # image: "linuxserver/calibre-web"
# 5d-diplomacy-frontend: # 5d-diplomacy-frontend: