File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 22version : ' 3.3'
33services :
44 tyk-mdcb :
5- image : tykio/tyk-mdcb-docker:${MDCB_VERSION:-v2.4.0 }
5+ image : tykio/tyk-mdcb-docker:${MDCB_VERSION:-v2.4.1 }
66 ports :
77 - 9091:9091
88 networks :
@@ -16,7 +16,7 @@ services:
1616 - tyk-redis
1717 - tyk-mongo
1818 tyk-worker-gateway :
19- image : tykio/tyk-gateway:${GATEWAY_WORKER_VERSION:-v5.2.2 }
19+ image : tykio/tyk-gateway:${GATEWAY_WORKER_VERSION:-v5.2.5 }
2020 ports :
2121 - 8090:8080
2222 networks :
Original file line number Diff line number Diff line change 22version : ' 3.3'
33services :
44 tyk-dashboard-sso :
5- image : tykio/tyk-dashboard:${DASHBOARD_SSO_VERSION:-v5.2.2 }
5+ image : tykio/tyk-dashboard:${DASHBOARD_SSO_VERSION:-v5.2.5 }
66 ports :
77 - 3001:3000
88 networks :
Original file line number Diff line number Diff line change 22version : ' 3.8'
33services :
44 tyk-dashboard :
5- image : tykio/tyk-dashboard:${DASHBOARD_VERSION:-v5.2.5-rc1 }
5+ image : tykio/tyk-dashboard:${DASHBOARD_VERSION:-v5.2.5}
66 ports :
77 - 3000:3000
88 networks :
@@ -23,7 +23,7 @@ services:
2323 - tyk-redis
2424 - tyk-mongo
2525 tyk-gateway :
26- image : tykio/tyk-gateway:${GATEWAY_VERSION:-v5.2.5-rc1 }
26+ image : tykio/tyk-gateway:${GATEWAY_VERSION:-v5.2.5}
2727 ports :
2828 - 8080:8080
2929 - 8086:8086
@@ -55,7 +55,7 @@ services:
5555 - tyk-redis
5656 - tyk-dashboard
5757 tyk-gateway-2 :
58- image : tykio/tyk-gateway:${GATEWAY2_VERSION:-v5.2.5-rc1 }
58+ image : tykio/tyk-gateway:${GATEWAY2_VERSION:-v5.2.5}
5959 ports :
6060 - 8081:8080
6161 networks :
Original file line number Diff line number Diff line change 22version : ' 3.3'
33services :
44 tyk2-dashboard :
5- image : tykio/tyk-dashboard:${DASHBOARD_VERSION:-v5.2.5-rc1 }
5+ image : tykio/tyk-dashboard:${DASHBOARD_VERSION:-v5.2.5}
66 ports :
77 - 3002:3000
88 networks :
@@ -21,7 +21,7 @@ services:
2121 - tyk2-redis
2222 - tyk2-mongo
2323 tyk2-gateway :
24- image : tykio/tyk-gateway:${TYK2_GATEWAY_VERSION:-v5.2.5-rc1 }
24+ image : tykio/tyk-gateway:${TYK2_GATEWAY_VERSION:-v5.2.5}
2525 ports :
2626 - 8085:8080
2727 networks :
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ docker run \
88 -v $( pwd) /deployments/tyk/volumes/tyk-gateway/tyk.conf:/opt/tyk-gateway/tyk.conf \
99 -v $( pwd) /deployments/tyk/volumes/tyk-gateway/middleware:/opt/tyk-gateway/middleware \
1010 --network tyk-demo_tyk \
11- tykio/tyk-gateway:latest
11+ tykio/tyk-gateway:v5.2.5
You can’t perform that action at this time.
0 commit comments