1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 08:32:50 -05:00

cleanup unused vars

This commit is contained in:
Kyle Spearrin
2017-08-14 11:08:05 -04:00
parent 8f84f8b488
commit 9e566e90a9
3 changed files with 0 additions and 10 deletions

View File

@ -5,8 +5,6 @@ services:
image: microsoft/mssql-server-linux
container_name: mssql
restart: always
env_file:
- mssql.env
ports:
- '1433:1433'
@ -24,14 +22,10 @@ services:
image: bitwarden/api
container_name: api
restart: always
env_file:
- global.env
identity:
image: bitwarden/identity
container_name: identity
env_file:
- global.env
nginx:
image: bitwarden/nginx