update secret engine port

This commit is contained in:
Maidul Islam
2023-07-12 16:39:45 -04:00
parent 1133ae4ae9
commit f022f6d3ee
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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/;