Skip to content

Mini-muu/magistra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  • docker
  • pc that supports multi-processing

Setup

To start (or restart) the project cd into the project root folder and run the command:

docker compose up -d

To stop cd into the project run the command:

docker compose down

Healthchecks

Currently the service supports automatic healthchecks for the following services:

  • api
  • frontend

Network

Currently the service network is made up of three parts:

  • Backend private network (not accessible from outside) that connects postgres, redis and api
  • Frontend private network that connects api and next
  • Public network that exposes the next application to connect to the website

Exposed Ports

Ports exposed during development will be the following: (in production only next application will be exposed)

SERVICE PORT
next 7525
api 63
pgadmin 8888
redisinsight 8001

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published