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.

21 lines
599 B

  1. description: Bitwarden Server
  2. #docker-image: bitwardenrs/server:1.22.2-alpine
  3. docker-image: docker.0k.io/bitwarden:1.22.2
  4. docker-image: vaultwarden/server:latest
  5. data-resources:
  6. - /data
  7. uses:
  8. web-proxy:
  9. constraint: recommended
  10. auto: pair
  11. solves:
  12. proxy: "Public access"
  13. default-options:
  14. ## We need to specify here the port as it can't be infered
  15. ## easily as there are 2 ports exposed by the image.
  16. target: !var-expand ${MASTER_BASE_SERVICE_NAME}:80
  17. backup:
  18. constraint: recommended
  19. auto: pair
  20. solves:
  21. backup: "Automatic regular backup"