The core infrastructure backend (API, database, Docker, etc).
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

35 lines
633 B

version: '3'
services:
mssql:
image: bitwarden/mssql:1.12.1
container_name: mssql
restart: always
web:
image: bitwarden/web:1.18.0
container_name: web
restart: always
attachments:
image: bitwarden/attachments:1.12.1
container_name: attachments
restart: always
api:
image: bitwarden/api:1.12.1
container_name: api
restart: always
identity:
image: bitwarden/identity:1.12.1
container_name: identity
restart: always
nginx:
image: bitwarden/nginx:1.12.1
container_name: nginx
restart: always
ports:
- '80:80'
- '443:443'