feat: add environment variable documentation and update configurations for socket port in Docker setup
All checks were successful
Build Docker Images for Pull Request / build (pull_request) Successful in 15m3s
All checks were successful
Build Docker Images for Pull Request / build (pull_request) Successful in 15m3s
This commit is contained in:
@@ -15,6 +15,11 @@ if [ -z "$TELEGRAF_MONGODB_DATABASE" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ -z "$SOCKET_PORT" ]; then
|
||||
echo "Error: SOCKET_PORT is not set"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ -z "$VIDEO_URL" ]; then
|
||||
echo "Error: VIDEO_URL is not set"
|
||||
exit 1
|
||||
|
Reference in New Issue
Block a user