Files
server/docker/docker-compose.yml

36 lines
621 B
YAML
Raw Normal View History

2017-08-04 12:21:13 -04:00
version: '3'
services:
mssql:
2017-10-02 16:38:52 -04:00
image: bitwarden/mssql:beta
2017-08-04 12:21:13 -04:00
container_name: mssql
restart: always
2017-08-07 17:08:41 -04:00
web:
2017-10-02 16:38:52 -04:00
image: bitwarden/web:beta
2017-08-07 17:08:41 -04:00
container_name: web
restart: always
attachments:
2017-10-02 16:38:52 -04:00
image: bitwarden/attachments:beta
container_name: attachments
restart: always
2017-08-04 12:21:13 -04:00
api:
2017-10-02 16:38:52 -04:00
image: bitwarden/api:beta
2017-08-04 12:21:13 -04:00
container_name: api
restart: always
identity:
2017-10-02 16:38:52 -04:00
image: bitwarden/identity:beta
2017-08-04 12:21:13 -04:00
container_name: identity
restart: always
2017-08-04 12:21:13 -04:00
nginx:
2017-10-02 16:38:52 -04:00
image: bitwarden/nginx:beta
2017-08-04 12:21:13 -04:00
container_name: nginx
restart: always
ports:
- '80:80'
- '443:443'