|
|
# Docker Compose host settings
|
|
|
TZ=Asia/Shanghai
|
|
|
BIND_ADDRESS=0.0.0.0
|
|
|
APP_PORT=8081
|
|
|
|
|
|
# Remote ZLMediaKit. RTMP is used by the container to publish; HTTP is returned to browsers.
|
|
|
ZLM_RTMP_BASE_URL=rtmp://192.168.1.200:1935
|
|
|
ZLM_HTTP_BASE_URL=http://192.168.1.200:18081
|
|
|
|
|
|
# Maven mirror used while building the image
|
|
|
MAVEN_MIRROR_URL=https://maven.aliyun.com/repository/public
|
|
|
# MAVEN_MIRROR_URL=https://repo.maven.apache.org/maven2
|
|
|
|
|
|
# Remote MySQL; no local MySQL or Redis container is started
|
|
|
DB_URL=jdbc:mysql://192.168.1.116:4406/inspect_shaoxing_260511?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useSSL=false&allowPublicKeyRetrieval=true
|
|
|
DB_USERNAME=root
|
|
|
DB_PASSWORD=remote_mysql_change_me
|
|
|
|
|
|
# NVR names, IPs, SDK/RTSP/HTTP ports and credentials are maintained in basedata_eqpbook_nvr.
|
|
|
# Camera names, ownership and direct IPs are maintained in ivs_camera.
|
|
|
|
|
|
# Container memory and native SDK library settings
|
|
|
JAVA_TOOL_OPTIONS=-XX:+UseContainerSupport -XX:MaxRAMPercentage=75.0 -Dfile.encoding=UTF-8 -Djava.security.egd=file:/dev/./urandom -Djava.library.path=/app/lib:/app/lib/HCNetSDKCom:/app/lib/linux64
|