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