blob: 5cf0b9a1a02912f72019d9be1860b5d94b0fb9c2 [file] [log] [blame]
version: '3'
services:
ranger-kafka:
build:
context: .
dockerfile: Dockerfile.ranger-kafka
args:
- KAFKA_VERSION=${KAFKA_VERSION}
- RANGER_VERSION=${RANGER_VERSION}
image: ranger-kafka
container_name: ranger-kafka
hostname: ranger-kafka.example.com
stdin_open: true
tty: true
networks:
- ranger
depends_on:
- ranger
environment:
- KAFKA_VERSION
- RANGER_VERSION
networks:
ranger: