Skip to content

Instantly share code, notes, and snippets.

View lloydowen's full-sized avatar

Lloyd Owen lloydowen

View GitHub Profile
@lloydowen
lloydowen / docker-compose.yml
Created May 18, 2021 08:59
Apache NiFi Demo/Test
version: "3"
services:
zookeeper:
hostname: zookeeper
container_name: zookeeper
image: 'bitnami/zookeeper:latest'
environment:
- ALLOW_ANONYMOUS_LOGIN=yes
nifi:
image: apache/nifi:latest