Skip to content

Commit

Permalink
Update Tyk versions in docker-compose.yml files
Browse files Browse the repository at this point in the history
  • Loading branch information
ilijabojanovic committed Oct 3, 2024
1 parent 8db54b5 commit 3031de4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 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.5.0}
image: tykio/tyk-dashboard:${DASHBOARD_VERSION:-v5.3.6-rc4}
ports:
- 3000:3000
networks:
Expand All @@ -22,7 +22,7 @@ services:
- tyk-redis
- tyk-mongo
tyk-gateway:
image: tykio/tyk-gateway:${GATEWAY_VERSION:-v5.5.0}
image: tykio/tyk-gateway:${GATEWAY_VERSION:-v5.3.6-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.5.0}
image: tykio/tyk-gateway:${GATEWAY2_VERSION:-v5.3.6-rc4}
ports:
- 8081:8080
- 9005:9005
Expand Down Expand Up @@ -97,15 +97,15 @@ services:
tyk-redis:
image: redis:7.2.0
ports:
- "6379:6379"
- '6379:6379'
volumes:
- tyk-redis-data:/data
networks:
- tyk
tyk-mongo:
image: mongo:7.0.9
ports:
- "27017:27017"
- '27017:27017'
volumes:
- tyk-mongo-data:/data/db
networks:
Expand Down Expand Up @@ -136,10 +136,10 @@ services:
networks:
- tyk
command:
- "start"
- "--all"
- "--config"
- "/etc/ngrok.yml"
- 'start'
- '--all'
- '--config'
- '/etc/ngrok.yml'
volumes:
- ./deployments/tyk/volumes/ngrok/ngrok.yml:/etc/ngrok.yml
ports:
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.5.0}
image: tykio/tyk-dashboard:${DASHBOARD_VERSION:-v5.3.6-rc4}
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.5.0}
image: tykio/tyk-gateway:${TYK2_GATEWAY_VERSION:-v5.3.6-rc4}
ports:
- 8085:8080
networks:
Expand Down

0 comments on commit 3031de4

Please sign in to comment.