From a284da7f7b81589b1255d8c6333e8f66df08ff48 Mon Sep 17 00:00:00 2001 From: holzi1005 Date: Tue, 7 Jan 2025 16:17:01 +0100 Subject: [PATCH] add default env --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c429451..e7b9df6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ USER nobody ENV CHUNK_SIZE=1048576 \ WATCH_PATH=/opt/livekit-egress \ - UPLOAD_URL= \ + UPLOAD_URL= http://localhost:8000/recording/upload \ AUTH_TOKEN=verySecretToken \ CMD ["sh", "/inotiy.sh" ] \ No newline at end of file