Skip to content

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

Notifications You must be signed in to change notification settings

haupt-pascal/adonisjs-dockerized

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published