add default env

This commit is contained in:
holzi1005 2025-01-07 16:17:01 +01:00
parent 83371efb36
commit a284da7f7b

View file

@ -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" ]