Initial commit

This commit is contained in:
Colin Diem
2021-04-04 03:45:08 +00:00
commit 990da5d091
8 changed files with 191 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
version: '3'
services:
bitwarden:
container_name: bitwarden
image: bitwardenrs/server
restart: always
volumes:
- ./data:/data
expose:
- '80'
environment:
WEBSOCKET_ENABLED: 'true'
SIGNUPS_ALLOWED: 'true'