Skip to content

Commit

Permalink
Update Tyk images to v5.3.6-rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
ilijabojanovic committed Oct 3, 2024
1 parent d8e1129 commit 39ac83f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 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.3.3-rc1}
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.3.3-rc1}
image: tykio/tyk-gateway:${GATEWAY_VERSION:-v5.3.6-rc4}
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.3.3-rc1}
image: tykio/tyk-gateway:${GATEWAY2_VERSION:-v5.3.6-rc4}
ports:
- 8081:8080
networks:
Expand Down Expand Up @@ -93,16 +93,16 @@ services:
tyk-redis:
image: redis:6.0.4
ports:
- "6379:6379"
- '6379:6379'
volumes:
- tyk-redis-data:/data
networks:
- tyk
tyk-mongo:
image: mongo:4.0
command: [ "mongod", "--smallfiles" ]
command: ['mongod', '--smallfiles']

Check failure on line 103 in deployments/tyk/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Yamllint

103:15 [brackets] too few spaces inside brackets

Check failure on line 103 in deployments/tyk/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Yamllint

103:39 [brackets] too few spaces inside brackets
ports:
- "27017:27017"
- '27017:27017'
volumes:
- tyk-mongo-data:/data/db
networks:
Expand Down Expand Up @@ -133,10 +133,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.3.3-rc1}
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.3.3-rc1}
image: tykio/tyk-gateway:${TYK2_GATEWAY_VERSION:-v5.3.6-rc4}
ports:
- 8085:8080
networks:
Expand Down

0 comments on commit 39ac83f

Please sign in to comment.