Skip to main content
Get Tyk Open Source Gateway running locally with Docker in a few steps. For other deployment options, see the installation options page.

Prerequisites

Instructions

Step 1: Create a Gateway configuration file

Create a file named tyk.conf with the following content:
For a full list of configuration options, see the Gateway configuration reference.

Step 2: Create a Docker Compose file

Create a file named docker-compose.yml with the following content:
v5.8.13 is the current LTS release. Always check the Gateway release notes for the latest stable version before deploying.

Step 3: Start Tyk Gateway

Verify the Installation

Check that the Gateway is running:
Expected response:

Next Steps