update file

parent f6a8e232
......@@ -254,16 +254,6 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- portainer_data:/data
############# HTTPBin #############
httpbin:
image: kennethreitz/httpbin
restart: always
# ports:
# - 80:80
networks:
- skbframework_skb-net
hostname: httpbin
container_name: httpbin
data-api:
image: repo.cybersolution.com.my:9005/ctsb.io/data-api:1.0.0
restart: always
......
......@@ -91,11 +91,6 @@ http {
proxy_pass http://keycloak:8080/auth/;
}
# KONG HTMLEXPRESS
location /api/v1/htmlxpress/ {
proxy_pass http://kong:8000/htmlxpress/htmlxpress/;
}
# KONG
location /api/v1/ {
proxy_pass http://kong:8000/;
......@@ -106,65 +101,14 @@ http {
proxy_pass http://konga:1337/;
}
# PERCONA
#location /graph/ {
# proxy_pass http://pmmserver:80/graph/;
#}
# location /percona/ {
# # proxy_pass http://pmmserver:80/;
# rewrite /percona(.*) /graph$1 break;
# proxy_pass http://pmmserver:80/;
# proxy_redirect /graph /percona;
# sub_filter 'href="/graph' 'href="/percona';
# sub_filter_types *;
# sub_filter_once off;
# sub_filter_last_modified on;
# }
# PORTAINER
location /portainer/ {
proxy_pass http://portainer:9000/;
}
# HTTPBin
#location /httpbin/ {
# proxy_pass http://httpbin:80/;
#}
location /formxpress/ {
proxy_pass http://formxpress-ui:80/;
}
# formxpress-api
location /formxpress/api/ {
proxy_pass http://formxpress-api:9814/api/;
}
# shellinabox
location /shellinabox/ {
proxy_pass http://shellinabox:4200/;
}
location /data-api/ {
proxy_pass http://data-api:8080/data-api/;
}
# APIXPRESS V2 - MANAGER
location /apixpress/ {
proxy_pass http://apixpress:9801/apixpress/;
}
# EKONTRAK PUBLIC
location /econtract-qr/ {
proxy_pass http://econtract-qr:80/;
}
# link-serve
location /link-serve/ {
proxy_pass http://link-serve:8080/link-serve/;
}
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment