Production
Fly.io
The project includes a fly.toml configuration. Make sure flyctl is installed and you're logged in.
fly auth login
fly deploy
Docker
Build and run the production image:
docker build -t epydemix-api .
docker run -p 8000:8000 epydemix-api
Environment variables
See Configuration for all available settings.