-
Notifications
You must be signed in to change notification settings - Fork 1k
Expand file tree
/
Copy pathenv.example
More file actions
40 lines (34 loc) · 1005 Bytes
/
env.example
File metadata and controls
40 lines (34 loc) · 1005 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# General server configuration
SERVER_NAME=localhost
CREATE_TLS_CERTIFICATE=yes
RUN_CERTBOT=auto
# PHPMyAdmin configuration
ENABLE_PHPMYADMIN=yes
# Port configuration
SOCKET_PORT=2053
HTTP_PORT=80
HTTPS_PORT=443
NGINX_RTMP_PORT=1935
NGINX_HTTP_PORT=8080
NGINX_HTTPS_PORT=8443
PHPMYADMIN_PORT=8081
PHPMYADMIN_ENCODER_PORT=8082
# Database configuration
DB_MYSQL_HOST=database
DB_MYSQL_PORT=3306
DB_MYSQL_NAME=avideo
DB_MYSQL_USER=avideo
DB_MYSQL_PASSWORD=avideo
# Resource limits (adjust as needed)
CPUS_LIMIT=4
MEMORY_LIMIT=16G
CONTACT_EMAIL=your_email@example.com
MAIN_LANGUAGE=en
# REQUIRED: Set a strong, unique admin password. Leaving this empty or set to
# the word 'password' will cause the installer to generate a random password
# (printed to container logs and saved to videos/.initial_admin_password).
SYSTEM_ADMIN_PASSWORD=
WEBSITE_TITLE=Your Website Title
TLS_CERTIFICATE_FILE=/etc/apache2/ssl/localhost.crt
TLS_CERTIFICATE_KEY=/etc/apache2/ssl/localhost.key
NETWORK_SUBNET=172.21.1.0/24