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

Commit

Permalink
docker-compose.yml:
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
wagmarcel authored and jelyoussefi committed Apr 15, 2019
1 parent 67a168d commit c1fc744
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ services:
- "13562:13562"
- "19888:19888"
hdfs-datanode:
image: singularities/hadoop
image: singularities/hadoop:2.8
command: start-hadoop datanode hdfs-namenode
volumes:
- ./data/hdfs/data:/opt/hdfs
Expand Down Expand Up @@ -287,6 +287,7 @@ services:
- OISP_HADOOP_PROPERTIES=${OISP_HADOOP_PROPERTIES}
- OISP_TSDB_PROPERTIES=${OISP_TSDB_PROPERTIES}
mqtt-gateway:
image: oisp/mqtt-gateway:${DOCKER_TAG}
build:
context: ./oisp-mqtt-gw
dockerfile: Dockerfile-gateway
Expand All @@ -304,6 +305,7 @@ services:
- ./oisp-mqtt-gw/lib:/app/lib
command: ./wait-for-it.sh broker:8883 -t 300 -- ./wait-for-it.sh redis:6379 -t 300
mqtt-broker:
image: oisp/mqtt-broker:${DOCKER_TAG}
build:
context: ./oisp-mqtt-gw
dockerfile: Dockerfile-broker
Expand Down

0 comments on commit c1fc744

Please sign in to comment.