Skip to content

Commit

Permalink
update docker-compose files to use Tyk version 5.7.0-rc10 for dashboa…
Browse files Browse the repository at this point in the history
…rd and 5.7.0-rc4 for gateway
  • Loading branch information
ilijabojanovic committed Nov 28, 2024
1 parent 7f6311d commit 6612596
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions deployments/tyk/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
tyk-dashboard:
image: tykio/tyk-dashboard:${DASHBOARD_VERSION:-v5.7.0-rc5}
image: tykio/tyk-dashboard:${DASHBOARD_VERSION:-v5.7.0-rc10}
ports:
- 3000:3000
networks:
Expand All @@ -22,7 +22,7 @@ services:
- tyk-redis
- tyk-mongo
tyk-gateway:
image: tykio/tyk-gateway:${GATEWAY_VERSION:-v5.7.0-rc3}
image: tykio/tyk-gateway:${GATEWAY_VERSION:-v5.7.0-rc4}
ports:
- 8080:8080
- 8086:8086
Expand Down Expand Up @@ -58,7 +58,7 @@ services:
- tyk-redis
- tyk-dashboard
tyk-gateway-2:
image: tykio/tyk-gateway:${GATEWAY2_VERSION:-v5.7.0-rc3}
image: tykio/tyk-gateway:${GATEWAY2_VERSION:-v5.7.0-rc4}
ports:
- 8081:8080
- 9005:9005
Expand Down
4 changes: 2 additions & 2 deletions deployments/tyk2/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
tyk2-dashboard:
image: tykio/tyk-dashboard:${DASHBOARD_VERSION:-v5.7.0-rc5}
image: tykio/tyk-dashboard:${DASHBOARD_VERSION:-v5.7.0-rc10}
ports:
- 3002:3000
networks:
Expand All @@ -20,7 +20,7 @@ services:
- tyk2-redis
- tyk2-mongo
tyk2-gateway:
image: tykio/tyk-gateway:${TYK2_GATEWAY_VERSION:-v5.7.0-rc3}
image: tykio/tyk-gateway:${TYK2_GATEWAY_VERSION:-v5.7.0-rc4}
ports:
- 8085:8080
networks:
Expand Down

0 comments on commit 6612596

Please sign in to comment.