Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 617 Bytes

File metadata and controls

24 lines (17 loc) · 617 Bytes

Python Template Server v{{VERSION}}

A template FastAPI server with production-ready configuration.

Quick Start

# Download and extract
wget https://github.com/{{REPOSITORY}}/releases/download/v{{VERSION}}/{{PACKAGE_NAME}}_{{VERSION}}.tar.gz
tar -xzf {{PACKAGE_NAME}}_{{VERSION}}.tar.gz
cd {{PACKAGE_NAME}}_{{VERSION}}

# Set up environment variables
cp .env.example .env

# Run the container using Docker Compose
docker compose up -d

Access Points