Skip to content

Commit

Permalink
Update docker-compose.yml to latest versions
Browse files Browse the repository at this point in the history
Updating the docker-compose to the lastest version of the Tyk Dashboard and Tyk API Gateway (v5.2.5) and the Enterprise Developer Portal (v1.8.3)
  • Loading branch information
carlostyk authored Mar 1, 2024
1 parent 802df3b commit 1c0c9eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.9'
services:
tyk-dashboard:
image: tykio/tyk-dashboard:v5.2.2
image: tykio/tyk-dashboard:v5.2.5
container_name: tyk-dashboard
environment:
- TYK_DB_LICENSEKEY=${DASH_LICENSE:?License key missing from Docker environment file "".env" file. Review The Getting Started steps in README.md.}
Expand All @@ -17,7 +17,7 @@ services:
networks:
- tyk
tyk-ent-portal:
image: tykio/portal:v1.7.0
image: tykio/portal:v1.8.3
command: --bootstrap
ports:
- 3001:3001
Expand All @@ -29,7 +29,7 @@ services:
- tyk

tyk-gateway:
image: tykio/tyk-gateway:v5.2.2
image: tykio/tyk-gateway:v5.2.5
container_name: tyk-gateway
ports:
- "8080:8080"
Expand Down

0 comments on commit 1c0c9eb

Please sign in to comment.