1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-26 12:55:17 +01:00
bitwarden-server/docker/docker-compose.yml

38 lines
622 B
YAML
Raw Normal View History

2017-08-04 18:21:13 +02:00
version: '3'
services:
mssql:
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
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
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'