Skip to content

Commit c947ef7

Browse files
committed
Standardizing IoT Sensor Alias
1 parent c0b7e45 commit c947ef7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docker-compose/cygnus-sth-comet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ services:
9696
# Tutorial acts as a series of dummy IoT Sensors over HTTP
9797
tutorial:
9898
image: fiware/tutorials.context-provider
99-
hostname: tutorial
99+
hostname: iot-sensors
100100
container_name: fiware-tutorial
101101
depends_on:
102102
- orion
@@ -106,7 +106,7 @@ services:
106106
default:
107107
ipv4_address: 172.18.1.7
108108
aliases:
109-
- iot-sensors
109+
- tutorial
110110
- context-provider
111111
expose:
112112
- "${TUTORIAL_APP_PORT}"

docker-compose/sth-comet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ services:
8989
# Tutorial acts as a series of dummy IoT Sensors over HTTP
9090
tutorial:
9191
image: fiware/tutorials.context-provider
92-
hostname: tutorial
92+
hostname: iot-sensors
9393
container_name: fiware-tutorial
9494
depends_on:
9595
- orion
@@ -99,7 +99,7 @@ services:
9999
default:
100100
ipv4_address: 172.18.1.7
101101
aliases:
102-
- iot-sensors
102+
- tutorial
103103
- context-provider
104104
expose:
105105
- "${TUTORIAL_APP_PORT}"

0 commit comments

Comments
 (0)