Skip to content

jerzabek/pinehaus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pinehaus

Directory structure:

  • ☁️ docker/ - Docker services definitions
  • 🌐 frontend/ - NextJS frontend application

Prepare environment

Copy the environment file and fill it with the necessary data.

cp .env.example .env

Build

docker compose -f docker/backend.staging.yml build
docker compose -f docker/frontend.staging.yml build

Run

docker compose -f docker/backend.staging.yml --env-file .env up
docker compose -f docker/frontend.staging.yml up