id: docker-installDocumentation Index
Fetch the complete documentation index at: https://docs.sitecopilot.ai/llms.txt
Use this file to discover all available pages before exploring further.
Preconditions
- Docker & Docker Compose installed (Docker Engine >= 20.x, Compose v2+)
- Domain name pointed to your host (for TLS)
- Optional: reverse proxy (Traefik / Nginx) to manage TLS and virtual hosts
Recommended topology
-
sitecopilotapp container -
mysqlcontainer (MySQL 8.x) -
rediscontainer - Reverse proxy (Traefik) for TLS
Example docker-compose.yml
Adjustimagetag to a pinned version for production (e.g.,sitecopilot/sitecopilot:2025.09.1).
How to start
Health checks & readiness
-
Ensure
sitecopilotlogs show successful DB and Redis connection and migrations applied. -
The app listens on port
8080by default; route through your reverse proxy for TLS on 443.