Deployment# This section contains articles about deploying Litestar applications to various platforms and environments; this includes deploying with systemd, Docker, Kubernetes, serverless, and more. Contents# Manually with ASGI server Use When Alternatives Choosing an ASGI Server Install the ASGI Server Run the ASGI Server Gunicorn with Uvicorn workers Docker Use When Alternatives Dockerfile Docker Compose Supervisor (Linux) Use When Alternatives Setup Suggestions Aliases Update Script Execution