cut over to vaultwarden from bitwarden_rs, and changed TRUSTED_DEVICE_NAME -- wasnt needed, but a version of eufy-security-ws had an issue, but next release fixed it

This commit is contained in:
2023-03-14 22:46:06 +11:00
parent c1fc868d1d
commit 073fd63889

View File

@@ -738,10 +738,10 @@ services:
- "traefik.tcp.routers.paweb-tcp.tls.passthrough=true"
- "traefik.tcp.routers.paweb-tcp.entrypoints=secureweb"
bitwarden_rs:
vaultwarden:
container_name: bitwarden
restart: always
image: bitwardenrs/server:latest
image: vaultwarden/server:latest
depends_on:
- pihole
- openldap
@@ -840,7 +840,7 @@ services:
- "PASSWORD=JUkoCuA!wH*f9Jeg^w*d"
- "COUNTRY=AU"
- "DEBUG=-v"
- "TRUSTED_DEVICE_NAME=Samsung S10"
- "TRUSTED_DEVICE_NAME=Pixel Pro 7"
ports:
- "3000:3000"
labels: