Launch a fully functional online store in minutes using a lightweight, single-file shopping cart. Designed for digital commerce, this platform eliminates complex database configurations by utilizing an embedded SQLite database. Whether you distribute software, digital art, or access codes, you can manage everything through a clean, user-friendly administration panel.
Take advantage of flexible payment options and robust built-in features:
Deploying the storefront is simple, with support for single-command installations and Docker.
services:
litecart:
image: shurco/litecart
container_name: litecart
restart: unless-stopped
ports:
- "8080:8080"
volumes:
- ./data:/data# No specific sensitive environment variables are required for the initial setup.
# Admin credentials and settings are typically configured via the web interface
# and stored in the persistent /data volume.Auto-fetched about 20 hours ago
Auto-fetched about 20 hours ago