This is a full nodejs sample project with multiple containers strategy. The application hosts a fibonacci calculator built in React and it stores all values into the postgres database.
- Rancher Desktop container management tool
On Rancher Desktop, you can either select containerd - nerdctl
or moby - dockerd
container runtime.
- Run
docker-compose build
- Run
docker-compose up
- Run
nerdctl compose build
- Run
nerdctl compose up
- Run
docker-compose down
or - Run
nerdctl compose down