Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 780 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 780 Bytes

Nefertum

Akinator like guesser for smells.

How to deploy for production

  1. In the client/ directory, copy the file .env.example into .env.production and edit it accordingly:

    • NEXT_PUBLIC_API_ENDPOINT - URL to the API endpoint
    • NEXT_PUBLIC_SUPABASE_URL - URL to the Supabase database
    • NEXT_PUBLIC_SUPABASE_ANON_KEY - Supabase anon
  2. Run the following command:

    docker-compose -f docker-compose.yaml -f docker-compose.production.yaml up --build -d