Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 632 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 632 Bytes

Infrastructure for benchmarking

Pre-requisites

  • Some server with public IP address and Docker Compose installed.
  • Configured DNS records of services listed in docker-compose.yaml (.env.example).
    • All records should point to the same IP address of the server as required by the traefik reverse proxy.

Usage

  • Clone this repository.
  • Go to cloned repository.
  • Copy .env.example to .env and update the values.
  • Run docker compose up -d --remove-orphans to start the services.
  • Run docker compose down to stop the services.