1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05:00

load ca-certs for api and identity

This commit is contained in:
Kyle Spearrin
2018-03-29 08:59:50 -04:00
parent 4ce69dac2b
commit d2bdaa8baa
3 changed files with 10 additions and 0 deletions

View File

@ -148,6 +148,7 @@ services:
restart: always
volumes:
- ../core:/etc/bitwarden/core
- ../ca-certificates:/etc/bitwarden/ca-certificates
- ../logs/api:/etc/bitwarden/logs
env_file:
- global.env
@ -161,6 +162,7 @@ services:
volumes:
- ../identity:/etc/bitwarden/identity
- ../core:/etc/bitwarden/core
- ../ca-certificates:/etc/bitwarden/ca-certificates
- ../logs/identity:/etc/bitwarden/logs
env_file:
- global.env