forked from 0k/0k-charms
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.
15 lines
443 B
15 lines
443 B
description: Bitwarden Server
|
|
#docker-image: mprasil/bitwarden:latest
|
|
docker-image: docker.0k.io/bitwarden:1.1.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
|