Skip to content

Commit

Permalink
Added 4.3.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ilijabojanovic committed Feb 7, 2023
1 parent 5428571 commit 9bd094a
Showing 1 changed file with 3 additions and 3 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 @@
version: '3.8'
services:
tyk-dashboard:
image: tykio/tyk-dashboard:${DASHBOARD_VERSION:-v4.3.2}
image: tykio/tyk-dashboard:${DASHBOARD_VERSION:-v4.3.3-rc1}
ports:
- 3000:3000
networks:
Expand All @@ -22,7 +22,7 @@ services:
- tyk-redis
- tyk-mongo
tyk-gateway:
image: tykio/tyk-gateway:${GATEWAY_VERSION:-v4.3.2}
image: tykio/tyk-gateway:${GATEWAY_VERSION:-v4.3.3-rc2}
ports:
- 8080:8080
- 8086:8086
Expand Down Expand Up @@ -52,7 +52,7 @@ services:
depends_on:
- tyk-redis
tyk-gateway-2:
image: tykio/tyk-gateway:${GATEWAY2_VERSION:-v4.3.2}
image: tykio/tyk-gateway:${GATEWAY2_VERSION:-v4.3.3-rc2}
ports:
- 8081:8080
networks:
Expand Down

0 comments on commit 9bd094a

Please sign in to comment.