Skip to content

Commit

Permalink
Updated images
Browse files Browse the repository at this point in the history
  • Loading branch information
ilijabojanovic committed Mar 15, 2024
1 parent cba2ac1 commit 306d8ee
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
Expand Up @@ -2,7 +2,7 @@
version: '3.8'
services:
tyk-dashboard:
image: tykio/tyk-dashboard:${DASHBOARD_VERSION:-v5.3.0-rc3}
image: tykio/tyk-dashboard:${DASHBOARD_VERSION:-v5.3.0-rc4}
ports:
- 3000:3000
networks:
Expand All @@ -23,7 +23,7 @@ services:
- tyk-redis
- tyk-mongo
tyk-gateway:
image: tykio/tyk-gateway:${GATEWAY_VERSION:-v5.3.0-rc6}
image: tykio/tyk-gateway:${GATEWAY_VERSION:-v5.3.0-rc7}
ports:
- 8080:8080
- 8086:8086
Expand Down Expand Up @@ -56,7 +56,7 @@ services:
- tyk-redis
- tyk-dashboard
tyk-gateway-2:
image: tykio/tyk-gateway:${GATEWAY2_VERSION:-v5.3.0-rc6}
image: tykio/tyk-gateway:${GATEWAY2_VERSION:-v5.3.0-rc7}
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.3.0-rc3}
image: tykio/tyk-dashboard:${DASHBOARD_VERSION:-v5.3.0-rc4}
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.3.0-rc6}
image: tykio/tyk-gateway:${TYK2_GATEWAY_VERSION:-v5.3.0-rc7}
ports:
- 8085:8080
networks:
Expand Down

0 comments on commit 306d8ee

Please sign in to comment.