Commit a56cc691 authored by Boyarskiy Andrew's avatar Boyarskiy Andrew
Browse files

Correct mistakes

1 merge request!1Correcting mistakes, support of ew cameras added
Showing with 11 additions and 5 deletions
+11 -5
......@@ -6,3 +6,5 @@ COPY django-app django-app
WORKDIR django-app
RUN pip install -r requirements.txt
RUN ls
RUN pwd
VOLUME [ "/django-app" ]
......@@ -31,9 +31,9 @@
"streamuri": "rtsp://172.18.130.40:7064/main"
},
"73": {
"ip": "172.18.191.63",
"ip": "172.18.191.73",
"port": "80",
"streamuri": "rtsp://172.18.130.40:7063/main"
"streamuri": "rtsp://172.18.130.40:7073/main"
},
"74": {
"ip": "172.18.191.74",
......@@ -66,4 +66,4 @@
"streamuri": "rtsp://172.18.130.40:7086/main"
}
}
}
\ No newline at end of file
}
......@@ -3,8 +3,12 @@ version: "3.3"
services:
onvif-proxy:
build: .
container_name: onvif-proxy
command: python ./manage.py runserver 0.0.0.0:8000
# volumes:
# - onvif-proxy:/onvif-proxy
volumes:
- "django-app:/django-app"
ports:
- "8000:8000"
volumes:
django-app:
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment