Skip to content

Commit

Permalink
update to 5.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
davegarvey committed Dec 21, 2023
1 parent 57301c3 commit 8ea0ff2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions deployments/mdcb/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: '3.3'
services:
tyk-mdcb:
image: tykio/tyk-mdcb-docker:${MDCB_VERSION:-v2.4.0}
image: tykio/tyk-mdcb-docker:${MDCB_VERSION:-v2.4.1}
ports:
- 9091:9091
networks:
Expand All @@ -16,7 +16,7 @@ services:
- tyk-redis
- tyk-mongo
tyk-worker-gateway:
image: tykio/tyk-gateway:${GATEWAY_WORKER_VERSION:-v5.2.2}
image: tykio/tyk-gateway:${GATEWAY_WORKER_VERSION:-v5.2.5}
ports:
- 8090:8080
networks:
Expand Down
2 changes: 1 addition & 1 deletion deployments/sso/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: '3.3'
services:
tyk-dashboard-sso:
image: tykio/tyk-dashboard:${DASHBOARD_SSO_VERSION:-v5.2.2}
image: tykio/tyk-dashboard:${DASHBOARD_SSO_VERSION:-v5.2.5}
ports:
- 3001:3000
networks:
Expand Down
6 changes: 3 additions & 3 deletions deployments/tyk/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: '3.8'
services:
tyk-dashboard:
image: tykio/tyk-dashboard:${DASHBOARD_VERSION:-v5.2.5-rc1}
image: tykio/tyk-dashboard:${DASHBOARD_VERSION:-v5.2.5}
ports:
- 3000:3000
networks:
Expand All @@ -23,7 +23,7 @@ services:
- tyk-redis
- tyk-mongo
tyk-gateway:
image: tykio/tyk-gateway:${GATEWAY_VERSION:-v5.2.5-rc1}
image: tykio/tyk-gateway:${GATEWAY_VERSION:-v5.2.5}
ports:
- 8080:8080
- 8086:8086
Expand Down Expand Up @@ -55,7 +55,7 @@ services:
- tyk-redis
- tyk-dashboard
tyk-gateway-2:
image: tykio/tyk-gateway:${GATEWAY2_VERSION:-v5.2.5-rc1}
image: tykio/tyk-gateway:${GATEWAY2_VERSION:-v5.2.5}
ports:
- 8081:8080
networks:
Expand Down
4 changes: 2 additions & 2 deletions deployments/tyk2/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: '3.3'
services:
tyk2-dashboard:
image: tykio/tyk-dashboard:${DASHBOARD_VERSION:-v5.2.5-rc1}
image: tykio/tyk-dashboard:${DASHBOARD_VERSION:-v5.2.5}
ports:
- 3002:3000
networks:
Expand All @@ -21,7 +21,7 @@ services:
- tyk2-redis
- tyk2-mongo
tyk2-gateway:
image: tykio/tyk-gateway:${TYK2_GATEWAY_VERSION:-v5.2.5-rc1}
image: tykio/tyk-gateway:${TYK2_GATEWAY_VERSION:-v5.2.5}
ports:
- 8085:8080
networks:
Expand Down
2 changes: 1 addition & 1 deletion scripts/add-gateway.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ docker run \
-v $(pwd)/deployments/tyk/volumes/tyk-gateway/tyk.conf:/opt/tyk-gateway/tyk.conf \
-v $(pwd)/deployments/tyk/volumes/tyk-gateway/middleware:/opt/tyk-gateway/middleware \
--network tyk-demo_tyk \
tykio/tyk-gateway:latest
tykio/tyk-gateway:v5.2.5

0 comments on commit 8ea0ff2

Please sign in to comment.