- Dockerfile: PHP 8.3 FPM + composer install (no dev) - docker-compose.yml: app + nginx + MariaDB 10.11 - Versioned migrations (001-007) with schema_migrations tracking - DatabaseConfig.php: env vars with fallbacks - init.sh: wait-for-db + auto-migrate - nginx.conf: reverse proxy + gzip + security rules - .env.example: config template - .dockerignore: build optimization Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com> |
||
|---|---|---|
| .. | ||
| 001_create_base_schema.sql | ||
| 002_add_encrypted_token.sql | ||
| 003_add_agent_configs.sql | ||
| 004_add_global_notification_settings.sql | ||
| 005_add_service_tables.sql | ||
| 006_server_metrics_value_to_text.sql | ||
| 007_seed_admin_user.sql | ||