Files
server/docker/docker-compose.yml

36 lines
633 B
YAML
Raw Normal View History

2017-08-04 12:21:13 -04:00
version: '3'
services:
mssql:
2017-10-06 09:57:17 -04:00
image: bitwarden/mssql:1.12.1
2017-08-04 12:21:13 -04:00
container_name: mssql
restart: always
2017-08-07 17:08:41 -04:00
web:
2017-10-06 09:57:17 -04:00
image: bitwarden/web:1.18.0
2017-08-07 17:08:41 -04:00
container_name: web
restart: always
attachments:
2017-10-06 09:57:17 -04:00
image: bitwarden/attachments:1.12.1
container_name: attachments
restart: always
2017-08-04 12:21:13 -04:00
api:
2017-10-06 09:57:17 -04:00
image: bitwarden/api:1.12.1
2017-08-04 12:21:13 -04:00
container_name: api
restart: always
identity:
2017-10-06 09:57:17 -04:00
image: bitwarden/identity:1.12.1
2017-08-04 12:21:13 -04:00
container_name: identity
restart: always
2017-08-04 12:21:13 -04:00
nginx:
2017-10-06 09:57:17 -04:00
image: bitwarden/nginx:1.12.1
2017-08-04 12:21:13 -04:00
container_name: nginx
restart: always
ports:
- '80:80'
- '443:443'