Skip to content

Commit

Permalink
chore: added new version
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhuchkouAA committed May 10, 2023
1 parent 6149897 commit b394296
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 65 deletions.
52 changes: 0 additions & 52 deletions docker-compose_dev.yml

This file was deleted.

28 changes: 15 additions & 13 deletions release/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@ version: '3'
services:
django:
restart: always
image: artsiom24091/django:v0.3.3
image: artsiom24091/django:v0.3.4
build: .
container_name: django
environment:
SECRET_KEY: "0123456789abcdef0123456789abcdef"
DEBUG: "True"
SERVER_URL: "http://192.168.1.150"
IP: "192.168.1.150"
SERVER_URL: "http://192.168.1.110"
IP: "192.168.1.110"
PRODUCTION: "False"
MIN_MAX_PYTHON: "True"
IDLE_PYTHON: "True"
tty: true
network_mode: host
volumes:
Expand All @@ -29,11 +31,11 @@ services:
- /home/server/reps/database/pgdata:/var/lib/postgresql/data/
onvif:
restart: always
image: artsiom24091/onvif:v0.3.2
image: artsiom24091/onvif:v0.3.4
build: .
container_name: onvif
environment:
IP: "192.168.1.150"
IP: "192.168.1.110"
volumes:
- /home/server/reps/images:/var/www/5scontrol/images
- /home/server/reps/videos:/var/www/5scontrol/videos
Expand All @@ -51,7 +53,7 @@ services:
- "3066:3066"
algorithms:
restart: always
image: artsiom24091/algorithms:v0.3.2
image: artsiom24091/algorithms:v0.3.4
build: .
container_name: algorithms
tty: true
Expand All @@ -64,20 +66,20 @@ services:
- /home/server/reps/debug:/var/www/5scontrol/debug
algorithms_torch:
restart: always
image: artsiom24091/algorithms_torch:v0.3.2
image: artsiom24091/algorithms_torch:v0.3.4
build: .
container_name: algorithms_torch
tty: true
network_mode: host
depends_on:
- django
volumes:
- /home/server/reps/images:/var/www/5scontrol/images
- /home/server/reps/database/dataset:/var/www/5scontrol/dataset
- /home/server/reps/debug:/var/www/5scontrol/debug
- /home/server/reps/images:/var/www/5scontrol/images
- /home/server/reps/database/dataset:/var/www/5scontrol/dataset
- /home/server/reps/debug:/var/www/5scontrol/debug
5scontrol_front:
restart: always
image: artsiom24091/5scontrol_front:v0.3.3
image: artsiom24091/5scontrol_front:v0.3.4
build: .
container_name: 5scontrol_front
ports:
Expand All @@ -90,14 +92,14 @@ services:
network_mode: host
tty: true
environment:
IP: "192.168.1.150"
IP: "192.168.1.110"
emulate_operation_control:
image: nnnxion/emulate_operation_control
container_name: operation_report_handler
network_mode: host
tty: true
environment:
DB_SERVER: "192.168.1.150"
DB_SERVER: "192.168.1.110"
DB_DATABASE: "test"
DB_USERNAME: "sa"
DB_PASS: "just4Taqtile"
Expand Down

0 comments on commit b394296

Please sign in to comment.