1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-22 20:11:04 -05:00

rename containers with bitwarden- prefix

This commit is contained in:
Kyle Spearrin 2017-12-07 20:01:41 -05:00
parent 986c5b13be
commit f898b92f87

View File

@ -89,7 +89,7 @@ version: '3'
services: services:
mssql: mssql:
image: bitwarden/mssql:{CoreVersion} image: bitwarden/mssql:{CoreVersion}
container_name: mssql container_name: bitwarden-mssql
restart: always restart: always
volumes:"); volumes:");
@ -112,21 +112,21 @@ services:
web: web:
image: bitwarden/web:{WebVersion} image: bitwarden/web:{WebVersion}
container_name: web container_name: bitwarden-web
restart: always restart: always
volumes: volumes:
- ../web:/etc/bitwarden/web - ../web:/etc/bitwarden/web
attachments: attachments:
image: bitwarden/attachments:{CoreVersion} image: bitwarden/attachments:{CoreVersion}
container_name: attachments container_name: bitwarden-attachments
restart: always restart: always
volumes: volumes:
- ../core/attachments:/etc/bitwarden/core/attachments - ../core/attachments:/etc/bitwarden/core/attachments
api: api:
image: bitwarden/api:{CoreVersion} image: bitwarden/api:{CoreVersion}
container_name: api container_name: bitwarden-api
restart: always restart: always
volumes: volumes:
- ../core:/etc/bitwarden/core - ../core:/etc/bitwarden/core
@ -136,7 +136,7 @@ services:
identity: identity:
image: bitwarden/identity:{CoreVersion} image: bitwarden/identity:{CoreVersion}
container_name: identity container_name: bitwarden-identity
restart: always restart: always
volumes: volumes:
- ../identity:/etc/bitwarden/identity - ../identity:/etc/bitwarden/identity
@ -147,12 +147,12 @@ services:
icons: icons:
image: bitwarden/icons:{CoreVersion} image: bitwarden/icons:{CoreVersion}
container_name: icons container_name: bitwarden-icons
restart: always restart: always
nginx: nginx:
image: bitwarden/nginx:{CoreVersion} image: bitwarden/nginx:{CoreVersion}
container_name: nginx container_name: bitwarden-nginx
restart: always restart: always
ports: ports:
- '{HttpPort}:80' - '{HttpPort}:80'