Skip to content

TykTechnologies/tyk-self-managed-trial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tyk Self-Managed Trial using Docker

Quick start

Prerequisites

  • Install Docker (Docker Engine 20.10.0 or newer)
  • Install the following CLI tools:
    • git (for cloning GitHub repositories)
    • curl (for making API requests)
  • Get a Tyk Self-Managed license key (see below)

Getting a License

Use the license key sent to you when you signed up for your self-managed trial.

Deploying Tyk

Clone the repository:

git clone https://github.com/TykTechnologies/tyk-self-managed-trial && cd tyk-self-managed-trial

Create a .env file in the root directory with the following:

DASH_LICENSE=<your-tyk-license-key>

Use .env.example as a reference if needed.

Start the Tyk stack:

docker compose up -d

Verify that all containers are running:

docker compose ps

Accessing your Tyk installation

---------------------------
Your Tyk Dashboard URL is http://localhost:3000

user: [email protected]
pw: specialpassword
---------------------------
Your Tyk Gateway URL is http://localhost:8080
---------------------------
Your Developer Portal URL is http://localhost:3001

admin user: [email protected]
admin pw: specialpassword
---------------------------

Cleaning Up Docker Containers

To stop and remove containers and volumes:

docker compose down -v

Need help?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published