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