This is a dockerized AdonisJS v6 Setup which can be used as templating engine. The setup is ready-to-use local docker environment with a development and production environment.
# Copy the .env.example as .env and change the variables
cp .env.example .env
# Build the application:
docker compose build
# Start the application:
docker compose up
If you have any issues, please provide them with an GitHub Issue. I will watch them and help you solving the problem.