Skip to content

feat: full local deployment#2

Open
Vardominator wants to merge 12 commits intowanchain:mainfrom
maestro-org:main
Open

feat: full local deployment#2
Vardominator wants to merge 12 commits intowanchain:mainfrom
maestro-org:main

Conversation

@Vardominator
Copy link

@Vardominator Vardominator commented Jun 3, 2025

Deploy with Docker Compose

Services:

  • router-in-minswap-v2-monitor
  • router-out-monitor
  • router-agent-playground
  • cardano-node
  • ogmios
  • kupo

Environment variables:

  • SEED_PHRASE
  • BLOCKFROST_KEY
  • KUPO_URL
  • OGMIOS_URL

Deployment steps

  1. Update environment variables .env (copy .env.example to .env).

  2. Build the Docker image:

    make docker-build
  3. Start the Docker container:

    make docker-up
  4. View logs:

    make docker-logs
  5. Exec into router agent playground and run desired commands:

    docker exec -it router-agent-playground /bin/sh
    
    ...
    
    /usr/src/app $ node dist/minswap-cli.js Preprod Single submit-advanced ...
  6. Stop the Docker container:

    make docker-down

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant