Yaade

Yaade is an open-source, self-hosted, collaborative API development environment.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.3"
 
services:
  yaade:
    image: esperotech/yaade:latest 
    container_name: yaade
    ports:
      - 9339:9339
    environment:
      - YAADE_ADMIN_USERNAME=admin
    volumes:
      - ./yaade:/app/data
    restart: always  

Resources

Website: https://docs.yaade.io/

GitHub: https://github.com/EsperoTech/yaade

Docker Hub: https://hub.docker.com/r/esperotech/yaade

Configuration: https://github.com/EsperoTech/yaade#-install