We offer 2 methods of running Conduit, either in microservices mode or standalone.
The standalone version is a monolithic version of Conduit, that can be easier to work with, while the microservices version is more flexible and scalable.
The standalone version is using pm2 to spin up the services in a single container. While the microservices version is using docker-compose to spin up the services in separate containers.
To run the standalone version:
git clone https://github.com/ConduitPlatform/Conduit.git
cd Conduit/docker
docker-compose -f docker-compose.standalone.yml up
ordocker-compose -f docker-compose.standalone.yml up -d
to run in detached mode.- Open the admin panel in your browser at http://localhost:8080
To run the microservices version:
- `git clone
cd Conduit/docker
docker-compose up
ordocker-compose up -d
to run in detached mode.
- Open the admin panel in your browser at http://localhost:8080
- Open the router in your browser at http://localhost:8081
- You can inject
--profile {profile_name}
command on compose to configure more services