mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
38 lines
622 B
YAML
38 lines
622 B
YAML
version: '3'
|
|
|
|
services:
|
|
mssql:
|
|
image: bitwarden/mssql
|
|
container_name: mssql
|
|
restart: always
|
|
ports:
|
|
- '1433:1433'
|
|
|
|
web:
|
|
image: bitwarden/web
|
|
container_name: web
|
|
restart: always
|
|
|
|
attachments:
|
|
image: bitwarden/attachments
|
|
container_name: attachments
|
|
restart: always
|
|
|
|
api:
|
|
image: bitwarden/api
|
|
container_name: api
|
|
restart: always
|
|
|
|
identity:
|
|
image: bitwarden/identity
|
|
container_name: identity
|
|
restart: always
|
|
|
|
nginx:
|
|
image: bitwarden/nginx
|
|
container_name: nginx
|
|
restart: always
|
|
ports:
|
|
- '80:80'
|
|
- '443:443'
|