feat: 视频切片上传
This commit is contained in:
@@ -5,13 +5,15 @@ FROM bellsoft/liberica-openjdk-rocky:17.0.16-cds
|
||||
|
||||
LABEL maintainer="shihongwei"
|
||||
|
||||
RUN dnf install -y ffmpeg && dnf clean all
|
||||
|
||||
RUN mkdir -p /hot-platform/server/logs \
|
||||
/hot-platform/server/temp \
|
||||
/hot-platform/skywalking/agent
|
||||
|
||||
WORKDIR /hot-platform/server
|
||||
|
||||
ENV SERVER_PORT=19090 SNAIL_PORT=28080 LANG=C.UTF-8 LC_ALL=C.UTF-8 JAVA_OPTS="" TZ=Asia/Shanghai
|
||||
ENV SERVER_PORT=19090 SNAIL_PORT=28080 LANG=C.UTF-8 LC_ALL=C.UTF-8 JAVA_OPTS="" TZ=Asia/Shanghai VIDEO_UPLOAD_FFMPEG_COMMAND=ffmpeg
|
||||
|
||||
EXPOSE ${SERVER_PORT}
|
||||
# 暴露 snail job 客户端端口 用于定时任务调度中心通信
|
||||
|
||||
Reference in New Issue
Block a user