Deployment
Prerequisites
Section titled “Prerequisites”- Docker and Docker Compose installed on the target server
- SSH access to the server
.envfile prepared with the correct values
Deploy
Section titled “Deploy”# TODO: fill in deployment stepsEnvironment Variables
Section titled “Environment Variables”| Variable | Description | Required |
|---|---|---|
APP_ENV | Environment (production, staging) | Yes |
APP_KEY | Application secret key | Yes |
DB_HOST | Database host | Yes |
DB_NAME | Database name | Yes |
DB_USER | Database user | Yes |
DB_PASS | Database password | Yes |
Health Check
Section titled “Health Check”# TODO: describe how to verify the service is running