Take full control of your API ecosystem without vendor lock-in. This platform provides the freedom to deploy anywhere—on-premise, in the cloud, or in a hybrid model—so your architecture dictates your tools, not the other way around. Manage the entire API and AI lifecycle from a single, unified platform that supports REST, GraphQL, gRPC, Kafka, and async protocols.
You can design, build, and deploy APIs with confidence. The platform is engineered for robust governance and is proven to scale in complex, highly regulated environments. Key features include:
services:
tyk-gateway:
image: tykio/tyk-gateway:latest
ports:
- "8080:8080"
networks:
- tyk
environment:
- TYK_GW_SECRET=${TYK_GW_SECRET}
- TYK_GW_REDIS_HOST=tyk-redis
- TYK_GW_REDIS_PORT=6379
volumes:
- ./apps:/opt/tyk-gateway/apps
- ./certs:/opt/tyk-gateway/certs
- ./middleware:/opt/tyk-gateway/middleware
depends_on:
- tyk-redis
tyk-redis:
image: redis:7-alpine
ports:
- "6379:6379"
networks:
- tyk
volumes:
- ./redis-data:/data
networks:
tyk:
TYK_GW_SECRET=your_super_secret_gateway_keyAuto-fetched about 14 hours ago
Auto-fetched about 14 hours ago