mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 21:18:13 -05:00
global.env for all aspnet containers
This commit is contained in:
parent
46b9400f9f
commit
816bf1546e
@ -131,6 +131,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ../web:/etc/bitwarden/web
|
- ../web:/etc/bitwarden/web
|
||||||
env_file:
|
env_file:
|
||||||
|
- global.env
|
||||||
- ../env/uid.env
|
- ../env/uid.env
|
||||||
|
|
||||||
attachments:
|
attachments:
|
||||||
@ -140,6 +141,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ../core/attachments:/etc/bitwarden/core/attachments
|
- ../core/attachments:/etc/bitwarden/core/attachments
|
||||||
env_file:
|
env_file:
|
||||||
|
- global.env
|
||||||
- ../env/uid.env
|
- ../env/uid.env
|
||||||
|
|
||||||
api:
|
api:
|
||||||
@ -190,6 +192,7 @@ services:
|
|||||||
- ../ca-certificates:/etc/bitwarden/ca-certificates
|
- ../ca-certificates:/etc/bitwarden/ca-certificates
|
||||||
- ../logs/icons:/etc/bitwarden/logs
|
- ../logs/icons:/etc/bitwarden/logs
|
||||||
env_file:
|
env_file:
|
||||||
|
- global.env
|
||||||
- ../env/uid.env
|
- ../env/uid.env
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user