Add docker-compose file

This commit is contained in:
Tanguy Herbron 2021-06-01 23:05:43 +02:00
parent 1b1c2f5759
commit 0de24867a8

13
docker-compose.yml Normal file
View File

@ -0,0 +1,13 @@
version: "3.2"
services:
bitwarden:
image: bitwardenrs/server:latest
ports:
- 80:80
- 443:443
volumes:
- ./data:/data
environment:
- SIGNUPS_ALLOWED=false
restart: unless-stopped