Replace Unit configuration with Nginx + PHP-FPM setup in Docker

- Remove outdated Unit-based Docker configuration and scripts.
- Introduce Nginx + PHP-FPM stack with environment-based configurations.
- Add custom Nginx setup for frontend-backend routing.
- Update Dockerfiles, Docker Compose, and related scripts for new architecture.
This commit is contained in:
2026-07-15 00:12:32 +05:00
parent 859187bafa
commit b35f04d220
15 changed files with 293 additions and 375 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
DOCKER_APP_PORT=8080
DOCKER_WEB_PORT=8080
DOCKER_CAPTCHA_PORT=8081
DOCKER_CAPTCHA_WEBSOCKET_PORT=8082
DOCKER_DB_PORT=3306