1
0
mirror of https://github.com/bitwarden/server synced 2026-01-05 01:53:17 +00:00

script updates

This commit is contained in:
Kyle Spearrin
2017-08-21 08:49:44 -04:00
parent bfb945ac5f
commit 74415b9955
9 changed files with 50 additions and 90 deletions

View File

@@ -0,0 +1,35 @@
version: '3'
services:
mssql:
volumes:
- mssql_data:/var/opt/mssql/data
env_file:
- mssql.env
- ../env/mssql.override.env
web:
volumes:
- ../web:/etc/bitwarden/web
attachments:
volumes:
- ../core/attachments:/etc/bitwarden/core/attachments
api:
volumes:
- ../core:/etc/bitwarden/core
env_file:
- global.env
- ../env/global.override.env
identity:
volumes:
- ../identity:/etc/bitwarden/identity
- ../core:/etc/bitwarden/core
env_file:
- global.env
- ../env/global.override.env
nginx:
volumes:
- ../nginx:/etc/bitwarden/nginx
- ../letsencrypt:/etc/letsencrypt
- ../ssl:/etc/ssl
volumes:
mssql_data: