mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -05:00
build and include notifications docker
This commit is contained in:
@ -186,9 +186,24 @@ services:
|
||||
image: bitwarden/icons:{CoreVersion}
|
||||
container_name: bitwarden-icons
|
||||
restart: always
|
||||
volumes:
|
||||
- ../ca-certificates:/etc/bitwarden/ca-certificates
|
||||
- ../logs/icons:/etc/bitwarden/logs
|
||||
env_file:
|
||||
- ../env/uid.env
|
||||
|
||||
notifications:
|
||||
image: bitwarden/notifications:{CoreVersion}
|
||||
container_name: bitwarden-notifications
|
||||
restart: always
|
||||
volumes:
|
||||
- ../ca-certificates:/etc/bitwarden/ca-certificates
|
||||
- ../logs/notifications:/etc/bitwarden/logs
|
||||
env_file:
|
||||
- global.env
|
||||
- ../env/uid.env
|
||||
- ../env/global.override.env
|
||||
|
||||
nginx:
|
||||
image: bitwarden/nginx:{CoreVersion}
|
||||
container_name: bitwarden-nginx
|
||||
|
@ -172,6 +172,10 @@ server {{
|
||||
proxy_pass http://icons:5000/;
|
||||
}}
|
||||
|
||||
location /notifications/ {{
|
||||
proxy_pass http://notifications:5000/;
|
||||
}}
|
||||
|
||||
location /admin {{
|
||||
proxy_pass http://admin:5000;
|
||||
}}
|
||||
|
Reference in New Issue
Block a user