mirror of
https://github.com/bitwarden/server
synced 2025-12-28 22:23:30 +00:00
setup, build, and run scripts
This commit is contained in:
15
docker/docker-compose.linux.yml
Normal file
15
docker/docker-compose.linux.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
mssql:
|
||||
volumes:
|
||||
- /etc/bitwarden/mssql_data:/var/opt/mssql/data
|
||||
api:
|
||||
volumes:
|
||||
- /etc/bitwarden/core:/etc/core
|
||||
identity:
|
||||
volumes:
|
||||
- /etc/bitwarden/core:/etc/core
|
||||
nginx:
|
||||
volumes:
|
||||
- /etc/bitwarden/letsencrypt:/etc/letsencrypt
|
||||
Reference in New Issue
Block a user