2017-08-04 18:21:13 +02:00
|
|
|
version: '3'
|
|
|
|
|
|
|
|
services:
|
|
|
|
mssql:
|
2017-08-18 04:28:56 +02:00
|
|
|
image: bitwarden/mssql
|
2017-08-04 18:21:13 +02:00
|
|
|
container_name: mssql
|
|
|
|
restart: always
|
|
|
|
ports:
|
|
|
|
- '1433:1433'
|
2017-08-07 23:08:41 +02:00
|
|
|
|
|
|
|
web:
|
|
|
|
image: bitwarden/web
|
|
|
|
container_name: web
|
|
|
|
restart: always
|
2017-08-08 23:27:01 +02:00
|
|
|
|
|
|
|
attachments:
|
|
|
|
image: bitwarden/attachments
|
|
|
|
container_name: attachments
|
|
|
|
restart: always
|
2017-08-04 18:21:13 +02:00
|
|
|
|
|
|
|
api:
|
2017-08-07 17:24:16 +02:00
|
|
|
image: bitwarden/api
|
2017-08-04 18:21:13 +02:00
|
|
|
container_name: api
|
|
|
|
restart: always
|
|
|
|
|
|
|
|
identity:
|
2017-08-07 17:24:16 +02:00
|
|
|
image: bitwarden/identity
|
2017-08-04 18:21:13 +02:00
|
|
|
container_name: identity
|
2017-08-18 04:28:56 +02:00
|
|
|
restart: always
|
2017-08-04 18:21:13 +02:00
|
|
|
|
|
|
|
nginx:
|
2017-08-07 17:24:16 +02:00
|
|
|
image: bitwarden/nginx
|
2017-08-04 18:21:13 +02:00
|
|
|
container_name: nginx
|
|
|
|
restart: always
|
|
|
|
ports:
|
|
|
|
- '80:80'
|
|
|
|
- '443:443'
|