From 1c0c9eb63b6a3fc9119704e660235d0260da44ae Mon Sep 17 00:00:00 2001 From: carlostyk <101631546+carlostyk@users.noreply.github.com> Date: Fri, 1 Mar 2024 16:10:40 +0100 Subject: [PATCH] Update docker-compose.yml to latest versions 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) --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 5f82c42..0138b56 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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.} @@ -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 @@ -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"