Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
VT2 Видеотехнологии
Onvif proxy
Commits
a56cc691
Commit
a56cc691
authored
2 years ago
by
Boyarskiy Andrew
Browse files
Options
Download
Patches
Plain Diff
Correct mistakes
parent
797c8dc6
master
argparse
dev
flask
flask-docker
1 merge request
!1
Correcting mistakes, support of ew cameras added
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Dockerfile
+2
-0
Dockerfile
django-app/Onvif_proxy/apps/onvif_proccesser/conf.json
+3
-3
django-app/Onvif_proxy/apps/onvif_proccesser/conf.json
docker-compose.yml
+6
-2
docker-compose.yml
with
11 additions
and
5 deletions
+11
-5
Dockerfile
+
2
−
0
View file @
a56cc691
...
...
@@ -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" ]
This diff is collapsed.
Click to expand it.
django-app/Onvif_proxy/apps/onvif_proccesser/conf.json
+
3
−
3
View file @
a56cc691
...
...
@@ -31,9 +31,9 @@
"streamuri"
:
"rtsp://172.18.130.40:7064/main"
},
"73"
:
{
"ip"
:
"172.18.191.
6
3"
,
"ip"
:
"172.18.191.
7
3"
,
"port"
:
"80"
,
"streamuri"
:
"rtsp://172.18.130.40:70
6
3/main"
"streamuri"
:
"rtsp://172.18.130.40:70
7
3/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
}
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
6
−
2
View file @
a56cc691
...
...
@@ -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
:
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets