Skip to content

Commit

Permalink
nifi historical recollection included
Browse files Browse the repository at this point in the history
  • Loading branch information
cverazam committed Oct 19, 2022
1 parent 6ee7d29 commit 675b382
Show file tree
Hide file tree
Showing 3 changed files with 800 additions and 631 deletions.
24 changes: 21 additions & 3 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,28 @@ services:
command: --nojournal
networks:
- fiware
# ports:
# - "27017:27017"
ports:
- "27017:27017"
environment:
- MONGO_INITDB_ROOT_USERNAME=root
- MONGO_INITDB_ROOT_PASSWORD=example

nifi:
image: ging/fiware-draco:2.1.0
environment:
- NIFI_WEB_HTTPS_PORT=9090
- SINGLE_USER_CREDENTIALS_USERNAME=admin
- SINGLE_USER_CREDENTIALS_PASSWORD=pass1234567890
container_name: nifi
restart: always
depends_on:
- mongo
ports:
- "9090:9090"
- "5050:5050"
networks:
- fiware

orion:
image: fiware/orion-ld:1.0.1
container_name: orion
Expand All @@ -27,10 +44,11 @@ services:
restart: unless-stopped
healthcheck:
test: curl --fail -s http://orion:1026/version || exit 1

spark-master-bike-santander:
image: bde2020/spark-master:2.4.5-hadoop2.7
container_name: spark-master-bike-santander
ports:
ports:
- "8080:8080"
- "7077:7077"
- "9002:9002"
Expand Down
Loading

0 comments on commit 675b382

Please sign in to comment.