Skip to content

Commit

Permalink
container images upgraded to RC
Browse files Browse the repository at this point in the history
  • Loading branch information
andreabattaglia committed Apr 17, 2021
1 parent a13adfe commit e749548
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions edge/application/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
qiot-edge-service-01:
image: quay.io/qiotcovid19/edge-service:2.0.0-alpha-x86_64
image: quay.io/qiotcovid19/edge-service:2.0.0-RC-x86_64
container_name: "qiot-edge-service-01"
restart: "no"
networks:
Expand All @@ -24,7 +24,7 @@ services:
LOGLEVEL: "INFO"

qiot-edge-service-02:
image: quay.io/qiotcovid19/edge-service:2.0.0-alpha-x86_64
image: quay.io/qiotcovid19/edge-service:2.0.0-RC-x86_64
container_name: "qiot-edge-service-02"
restart: "no"
networks:
Expand All @@ -47,7 +47,7 @@ services:
LOGLEVEL: "INFO"

qiot-edge-service-03:
image: quay.io/qiotcovid19/edge-service:2.0.0-alpha-x86_64
image: quay.io/qiotcovid19/edge-service:2.0.0-RC-x86_64
container_name: "qiot-edge-service-03"
restart: "no"
networks:
Expand Down
28 changes: 14 additions & 14 deletions edge/prod/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
qiot-edge-service-P-01:
image: quay.io/qiotcovid19/edge-service:2.0.0-alpha-x86_64
image: quay.io/qiotcovid19/edge-service:2.0.0-RC-x86_64
container_name: "qiot-edge-service-P-01"
restart: "no"
networks:
Expand All @@ -11,18 +11,18 @@ services:
volumes:
- qiot-edge-service-P-01-storage:/var/data/qiot/
environment:
STATIONSERIAL: "test-station-serialp01"
STATIONNAME: "test-station-p01"
STATIONSERIAL: "test-station-serialp10"
STATIONNAME: "test-station-p10"
STATIONADDRESS: "viale john fitzgerald kennedy 2/D vibo valentia"
SENSORSURL: "http://qiot-edge-sensors:5000/"
REGISTRATION-SERVICE-URL: "https://registration-service-qiotcovid19v2.apps.cluster-fcd8.fcd8.example.opentlc.com/"
MQTTURL: "ssl://endpoint-service-mqtts-0-svc-rte-qiotcovid19v2.apps.cluster-fcd8.fcd8.example.opentlc.com"
MQTTURL: "endpoint-service-mqtts-0-svc-rte-qiotcovid19v2.apps.cluster-fcd8.fcd8.example.opentlc.com"
MQTTPORT: "443"
ENABLESSL: "true"
LOGLEVEL: "INFO"
LOGLEVEL: "FINE"

qiot-edge-service-P-02:
image: quay.io/qiotcovid19/edge-service:2.0.0-alpha-x86_64
image: quay.io/qiotcovid19/edge-service:2.0.0-RC-x86_64
container_name: "qiot-edge-service-P-02"
restart: "no"
networks:
Expand All @@ -32,8 +32,8 @@ services:
volumes:
- qiot-edge-service-P-02-storage:/var/data/qiot/
environment:
STATIONSERIAL: "test-station-serialp02"
STATIONNAME: "test-station-p02"
STATIONSERIAL: "test-station-serialp11"
STATIONNAME: "test-station-p11"
STATIONADDRESS: "soriano calabro"
SENSORSURL: "http://qiot-edge-sensors:5000/"
REGISTRATION-SERVICE-URL: "https://registration-service-qiotcovid19v2.apps.cluster-fcd8.fcd8.example.opentlc.com/"
Expand All @@ -43,7 +43,7 @@ services:
LOGLEVEL: "INFO"

qiot-edge-service-P-03:
image: quay.io/qiotcovid19/edge-service:2.0.0-alpha-x86_64
image: quay.io/qiotcovid19/edge-service:2.0.0-RC-x86_64
container_name: "qiot-edge-service-P-03"
restart: "no"
networks:
Expand All @@ -53,8 +53,8 @@ services:
volumes:
- qiot-edge-service-P-03-storage:/var/data/qiot/
environment:
STATIONSERIAL: "test-station-serialp03"
STATIONNAME: "test-station-p03"
STATIONSERIAL: "test-station-serialp12"
STATIONNAME: "test-station-p12"
STATIONADDRESS: "minsk"
SENSORSURL: "http://qiot-edge-sensors:5000/"
REGISTRATION-SERVICE-URL: "https://registration-service-qiotcovid19v2.apps.cluster-fcd8.fcd8.example.opentlc.com/"
Expand All @@ -64,7 +64,7 @@ services:
LOGLEVEL: "INFO"

qiot-edge-service-P-04:
image: quay.io/qiotcovid19/edge-service:2.0.0-alpha-x86_64
image: quay.io/qiotcovid19/edge-service:2.0.0-RC-x86_64
container_name: "qiot-edge-service-P-04"
restart: "no"
networks:
Expand All @@ -74,8 +74,8 @@ services:
volumes:
- qiot-edge-service-P-04-storage:/var/data/qiot/
environment:
STATIONSERIAL: "test-station-serialp04"
STATIONNAME: "test-station-p04"
STATIONSERIAL: "test-station-serialp13"
STATIONNAME: "test-station-p13"
STATIONADDRESS: "New York"
SENSORSURL: "http://qiot-edge-sensors:5000/"
REGISTRATION-SERVICE-URL: "https://registration-service-qiotcovid19v2.apps.cluster-fcd8.fcd8.example.opentlc.com/"
Expand Down

0 comments on commit e749548

Please sign in to comment.