/adonisjs-dockerized

A ready to use dockerized AdonisJS v6 Setup. The setup has integrated Redis for caching and Postgres as database.

Primary LanguageTypeScript

Dockerized AdonisJS v6 with Postgres and Redis

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.

Installation

  # 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

Issues

If you have any issues, please provide them with an GitHub Issue. I will watch them and help you solving the problem.

Authors