Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Commit c1fc744

Browse files
wagmarceljelyoussefi
authored andcommitted
docker-compose.yml:
* Added tag for Hadoop datanode as well * MQTT images where not pushed correctly to docker hub due to incorrect tagging. Fixed. Signed-off-by: Marcel Wagner <[email protected]>
1 parent 67a168d commit c1fc744

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker-compose.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ services:
237237
- "13562:13562"
238238
- "19888:19888"
239239
hdfs-datanode:
240-
image: singularities/hadoop
240+
image: singularities/hadoop:2.8
241241
command: start-hadoop datanode hdfs-namenode
242242
volumes:
243243
- ./data/hdfs/data:/opt/hdfs
@@ -287,6 +287,7 @@ services:
287287
- OISP_HADOOP_PROPERTIES=${OISP_HADOOP_PROPERTIES}
288288
- OISP_TSDB_PROPERTIES=${OISP_TSDB_PROPERTIES}
289289
mqtt-gateway:
290+
image: oisp/mqtt-gateway:${DOCKER_TAG}
290291
build:
291292
context: ./oisp-mqtt-gw
292293
dockerfile: Dockerfile-gateway
@@ -304,6 +305,7 @@ services:
304305
- ./oisp-mqtt-gw/lib:/app/lib
305306
command: ./wait-for-it.sh broker:8883 -t 300 -- ./wait-for-it.sh redis:6379 -t 300
306307
mqtt-broker:
308+
image: oisp/mqtt-broker:${DOCKER_TAG}
307309
build:
308310
context: ./oisp-mqtt-gw
309311
dockerfile: Dockerfile-broker

0 commit comments

Comments
 (0)