Skip to content

sownt/devfest

Repository files navigation

Getting Started

First, set up the .env file:

cp .env.example .env
# Then update environment variables

Run the docker services

docker compose --profile prod up -d
# OR
docker compose --profile dev up -d

Rebuild

docker compose --profile prod up --build api app -d