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

global.env for all aspnet containers

This commit is contained in:
Kyle Spearrin 2018-08-24 16:28:49 -04:00
parent 46b9400f9f
commit 816bf1546e

View File

@ -131,6 +131,7 @@ services:
volumes:
- ../web:/etc/bitwarden/web
env_file:
- global.env
- ../env/uid.env
attachments:
@ -140,6 +141,7 @@ services:
volumes:
- ../core/attachments:/etc/bitwarden/core/attachments
env_file:
- global.env
- ../env/uid.env
api:
@ -190,6 +192,7 @@ services:
- ../ca-certificates:/etc/bitwarden/ca-certificates
- ../logs/icons:/etc/bitwarden/logs
env_file:
- global.env
- ../env/uid.env
notifications: