mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
15 lines
No EOL
325 B
Text
15 lines
No EOL
325 B
Text
SERVER_NAME=localhost
|
|
ENABLE_PHPMYADMIN=yes
|
|
PHPMYADMIN_PORT=8081
|
|
PHPMYADMIN_ENCODER_PORT=8082
|
|
SOCKET_PORT=2053
|
|
HTTP_PORT=80
|
|
HTTPS_PORT=443
|
|
NGINX_RTMP_PORT=1935
|
|
NGINX_HTTP_PORT=8080
|
|
NGINX_HTTPS_PORT=8443
|
|
DB_MYSQL_HOST=database
|
|
DB_MYSQL_PORT=3306
|
|
DB_MYSQL_NAME=avideo
|
|
DB_MYSQL_USER=avideo
|
|
DB_MYSQL_PASSWORD=avideo |