mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
build events container into docker deployment
This commit is contained in:
@ -113,6 +113,10 @@ server {
|
||||
proxy_set_header Connection $http_connection;
|
||||
}
|
||||
|
||||
location /events/ {
|
||||
proxy_pass http://events:5000/;
|
||||
}
|
||||
|
||||
location /admin {
|
||||
proxy_pass http://admin:5000;
|
||||
{{#if Ssl}}
|
||||
|
Reference in New Issue
Block a user