matro7sh/Smersh

[Feat] - Add bitwarden docker

jenaye opened this issue · 3 comments

https://bitwarden.com/help/api/

can you handle this please @SilouFr ? :)

the goal its to add it into docker-compose and after i'll update API to force url instead of string

something like :

  bitwarden:
    image: bitwardenrs/server:latest
    ports:
      - target: 80
        published: 8888
        protocol: tcp
    volumes:
      - ./data/bitwarden:/data
    restart: on-failure

image

Sounds good

#30 done