description: Bitwarden Server
#docker-image: vaultwarden/server:1.32.3-alpine
docker-image: docker.0k.io/vaultwarden:1.32.3
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"