/Nefertum

Akinator like guesser for smells.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

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