blob: e39bc74619cdebb77b4d5df41348aa807e22f9f6 [file] [log] [blame]
services:
ranger-hbase:
build:
context: .
dockerfile: Dockerfile.ranger-hbase
args:
- RANGER_BASE_IMAGE=${RANGER_BASE_IMAGE}
- RANGER_BASE_VERSION=${RANGER_BASE_VERSION}
- HBASE_VERSION=${HBASE_VERSION}
- HBASE_PLUGIN_VERSION=${HBASE_PLUGIN_VERSION}
image: ranger-hbase
container_name: ranger-hbase
hostname: ranger-hbase.example.com
stdin_open: true
tty: true
networks:
- ranger
ports:
- "16000:16000"
- "16010:16010"
- "16020:16020"
- "16030:16030"
depends_on:
ranger-hadoop:
condition: service_healthy
ranger-zk:
condition: service_started
environment:
- HBASE_VERSION
- HBASE_PLUGIN_VERSION
networks:
ranger:
name: rangernw