Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
totframework
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mbdk-tot
totframework
Commits
d93e006b
Commit
d93e006b
authored
May 21, 2025
by
Mohd Asrol Shahariwan Ahmad
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update file
parent
f6a8e232
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
67 deletions
+0
-67
docker-compose-frame.yml
docker-compose-frame.yml
+0
-10
docker-compose.yml
docker-compose.yml
+0
-0
nginx.conf
nginx/nginx.conf
+0
-57
No files found.
docker-compose-frame.yml
View file @
d93e006b
...
@@ -254,16 +254,6 @@ services:
...
@@ -254,16 +254,6 @@ services:
volumes
:
volumes
:
-
/var/run/docker.sock:/var/run/docker.sock
-
/var/run/docker.sock:/var/run/docker.sock
-
portainer_data:/data
-
portainer_data:/data
############# HTTPBin #############
httpbin
:
image
:
kennethreitz/httpbin
restart
:
always
# ports:
# - 80:80
networks
:
-
skbframework_skb-net
hostname
:
httpbin
container_name
:
httpbin
data-api
:
data-api
:
image
:
repo.cybersolution.com.my:9005/ctsb.io/data-api:1.0.0
image
:
repo.cybersolution.com.my:9005/ctsb.io/data-api:1.0.0
restart
:
always
restart
:
always
...
...
docker-compose.yml
View file @
d93e006b
This diff is collapsed.
Click to expand it.
nginx/nginx.conf
View file @
d93e006b
...
@@ -91,11 +91,6 @@ http {
...
@@ -91,11 +91,6 @@ http {
proxy_pass
http://keycloak:8080/auth/
;
proxy_pass
http://keycloak:8080/auth/
;
}
}
# KONG HTMLEXPRESS
location
/api/v1/htmlxpress/
{
proxy_pass
http://kong:8000/htmlxpress/htmlxpress/
;
}
# KONG
# KONG
location
/api/v1/
{
location
/api/v1/
{
proxy_pass
http://kong:8000/
;
proxy_pass
http://kong:8000/
;
...
@@ -106,65 +101,14 @@ http {
...
@@ -106,65 +101,14 @@ http {
proxy_pass
http://konga:1337/
;
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
# PORTAINER
location
/portainer/
{
location
/portainer/
{
proxy_pass
http://portainer:9000/
;
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
# shellinabox
location
/shellinabox/
{
location
/shellinabox/
{
proxy_pass
http://shellinabox:4200/
;
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment