- 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.
11 lines
226 B
Bash
11 lines
226 B
Bash
DOCKER_WEB_PORT=8080
|
|
DOCKER_CAPTCHA_PORT=8081
|
|
DOCKER_CAPTCHA_WEBSOCKET_PORT=8082
|
|
DOCKER_DB_PORT=3306
|
|
MYSQL_ROOT_PASSWORD=root_pass
|
|
DB_DATABASE=my-projetcs
|
|
DB_USERNAME=my-projetcs
|
|
DB_PASSWORD=my-projetcs_pass
|
|
UID=1000
|
|
GID=1000
|