mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-08 23:18:05 -05:00
update secret engine port
This commit is contained in:
@@ -69,7 +69,7 @@ services:
|
||||
volumes:
|
||||
- ./secret-engine/src:/app/src/ # mounted whole src to avoid missing reload on new files
|
||||
ports:
|
||||
- "3000:3001"
|
||||
- "3005:3005"
|
||||
build:
|
||||
context: ./secret-engine
|
||||
dockerfile: Dockerfile.dev
|
||||
|
||||
@@ -21,7 +21,7 @@ server {
|
||||
proxy_set_header Host $http_host;
|
||||
proxy_set_header X-NginX-Proxy true;
|
||||
|
||||
proxy_pass http://git-app:3000/;
|
||||
proxy_pass http://git-app:3005/;
|
||||
proxy_redirect off;
|
||||
# proxy_redirect http://localhost:8080/ http://frontend.example.com/;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user