diff --git a/admin.conf b/admin.conf index 51206ed..276b2a3 100644 --- a/admin.conf +++ b/admin.conf @@ -21,10 +21,10 @@ server { return 200; } if ($host = sadmin.pena) { - proxy_pass http://10.8.0.6:59301; + proxy_pass http://10.7.0.6:59301; } if ($host != sadmin.pena) { - proxy_pass http://10.8.0.6:59300; + proxy_pass http://10.7.0.6:59300; } proxy_hide_header Access-Control-Allow-Origin; add_header Access-Control-Allow-Origin $http_origin always; @@ -42,7 +42,7 @@ server { add_header Access-Control-Allow-Credentials true always; add_header Access-Control-Allow-Headers content-type,authorization always; add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE; - proxy_pass http://10.8.0.6:59300; + proxy_pass http://10.7.0.6:59300; } location /manager/ { if ($request_method = OPTIONS) { @@ -56,11 +56,11 @@ server { add_header Access-Control-Allow-Credentials true always; add_header Access-Control-Allow-Headers content-type,authorization always; add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE; - proxy_pass http://10.8.0.6:59301/; + proxy_pass http://10.7.0.6:59301/; } location /swagger/ { - proxy_pass http://10.8.0.6:59300/; + proxy_pass http://10.7.0.6:59300/; } location /heruvym/v1.0.0/ { diff --git a/deployments/staging/docker-compose.yaml b/deployments/staging/docker-compose.yaml index c8dc0a4..80628c1 100644 --- a/deployments/staging/docker-compose.yaml +++ b/deployments/staging/docker-compose.yaml @@ -3,7 +3,7 @@ services: admin_front: container_name: admin_front restart: unless-stopped - image: gitea.pena:3000/penaside/adminfront:staging.a6f3ab6136f69ad770aa31b2a67500e196e9ba4b + image: gitea.pena:3000/penaside/adminfront:staging.3c7e7f5c3fe8bab2e55a3b2086e0ca278415847f ports: - 10.7.0.18:80:80 - 10.7.0.18:443:443