-
Node version:
20.11.0
-
Copy the
env.example
file to.env
.
docker-compose up
- If you need clear ports:
chmod +x start.sh
sudo ./start.sh
- After that you can use:
docker-compose up
-
Swagger documentation.
-
Administration credentials:
{
"email": "[email protected]",
"password": "admin"
}
docker-compose down