add default env
This commit is contained in:
parent
83371efb36
commit
a284da7f7b
1 changed files with 1 additions and 1 deletions
|
@ -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" ]
|
Loading…
Add table
Reference in a new issue