You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
559 B
20 lines
559 B
description: Bitwarden Server
|
|
#docker-image: bitwardenrs/server:1.17.0-alpine
|
|
docker-image: docker.0k.io/bitwarden:1.17.0
|
|
data-resources:
|
|
- /data
|
|
uses:
|
|
web-proxy:
|
|
constraint: recommended
|
|
auto: pair
|
|
solves:
|
|
proxy: "Public access"
|
|
default-options:
|
|
## We need to specify here the port as it can't be infered
|
|
## easily as there are 2 ports exposed by the image.
|
|
target: !var-expand ${MASTER_BASE_SERVICE_NAME}:80
|
|
backup:
|
|
constraint: recommended
|
|
auto: pair
|
|
solves:
|
|
backup: "Automatic regular backup"
|