##// END OF EJS Templates
Add camera
eynilupu -
r387:e744132b5bcc
parent child
Show More
@@ -2,7 +2,7
2 LC_ALL=C.UTF-8
2 LC_ALL=C.UTF-8
3 SIRM_SITE=<SIRM SITE>
3 SIRM_SITE=<SIRM SITE>
4 PROC_SITE=<PROC SITE>
4 PROC_SITE=<PROC SITE>
5 CAM_SITE=<PROC SITE>
5 CAM_SITE=<CAM SITE>
6 GENERAL_PORT=<GENERAL PORT>
6 GENERAL_PORT=<GENERAL PORT>
7 BROKER_URL=<BROKER SITE>
7 BROKER_URL=<BROKER SITE>
8 PEDESTAL_TOPIC=JRO_topic
8 PEDESTAL_TOPIC=JRO_topic
@@ -24,7 +24,7 Update enviroment vars (/path/to/radarsys_met/.env)
24 #General settings
24 #General settings
25 SIRM_SITE=<SIRM SITE>
25 SIRM_SITE=<SIRM SITE>
26 PROC_SITE=<PROC SITE>
26 PROC_SITE=<PROC SITE>
27 CAM_SITE=<PROC SITE>
27 CAM_SITE=<CAM SITE>
28 GENERAL_PORT=<GENERAL PORT>
28 GENERAL_PORT=<GENERAL PORT>
29 BROKER_URL=<BROKER SITE>
29 BROKER_URL=<BROKER SITE>
30 SIRM_MAX_UPLOAD_SIZE_MB=20
30 SIRM_MAX_UPLOAD_SIZE_MB=20
@@ -47,7 +47,13 Update enviroment vars (/path/to/radarsys_met/.env)
47
47
48 ### 3. Create the folders declared in the variables <code>EXPOSE_NAS</code>, <code>EXPOSE_PGDATA</code>, <code>EXPOSE_CERTS</code> and <code>EXPOSE_DHPARAM</code> in the <code>.env</code> file.
48 ### 3. Create the folders declared in the variables <code>EXPOSE_NAS</code>, <code>EXPOSE_PGDATA</code>, <code>EXPOSE_CERTS</code> and <code>EXPOSE_DHPARAM</code> in the <code>.env</code> file.
49
49
50 ### 4. Build and run containers
50 ### 4. Add in your "hosts" file this variables:
51
52 <IP SERVER> <SIRM SITE>
53 <IP SERVER> <PROC SITE>
54 <IP SERVER> <CAM SITE>
55
56 ### 5. Build and run containers
51 You should maybe run the command using <code>sudo</code>
57 You should maybe run the command using <code>sudo</code>
52
58
53 $ docker-compose up -d --build No newline at end of file
59 $ docker-compose up -d --build
@@ -140,6 +140,19 services:
140 options:
140 options:
141 max-size: "12m"
141 max-size: "12m"
142
142
143 sirm-cam:
144 container_name: 'sirm-cam'
145 image: bkjaya1952/ivms4200-v2.8.2.2_ml-linux
146 restart: always
147 environment:
148 - VIRTUAL_HOST=${CAM_SITE}
149 networks:
150 - frontend_sirm
151 logging:
152 driver: "json-file"
153 options:
154 max-size: "12m"
155
143 networks:
156 networks:
144 frontend_sirm:
157 frontend_sirm:
145 name: frontend_sirm
158 name: frontend_sirm
General Comments 0
You need to be logged in to leave comments. Login now