This is a collaborative API development environment built with a self-hosted first philosophy. It provides a secure and configurable platform for your team to work on APIs without relying on third-party cloud services. By keeping all your data on your own servers, you eliminate the need to share sensitive information like secrets and passwords externally.
The platform is designed for ease of use and control:
services:
yaade:
image: esperotech/yaade:latest
container_name: yaade
ports:
- 9339:9339
volumes:
- ./yaade-data:/app/data
environment:
- YAADE_ADMIN_USERNAME=${YAADE_ADMIN_USERNAME}
- YAADE_ADMIN_PASSWORD=${YAADE_ADMIN_PASSWORD}
restart: unless-stoppedYAADE_ADMIN_USERNAME=admin
YAADE_ADMIN_PASSWORD=your_super_secret_passwordAuto-fetched about 21 hours ago
Auto-fetched about 21 hours ago