To run the setup using Docker Compose, follow the steps below:
- Create network
Create a Docker network to allow services to communicate with each other:docker network create docker_stack
- Run docker compose for docker stack
Start all services in the background:docker compose up -d
- Run docker compose for portainer
To manage container, the same docker-desktop ui:Then create username & passwordcd ./portainer docker compose up -d