Sign inSign up

mkdym/dolphinscheduler

By mkdym

Updated over 5 years ago

docker for dolphinscheduler

Image
0

952

mkdym/dolphinscheduler repository overview

docker-dolphinscheduler

docker for dolphinscheduler

image description

  • base image ubuntu:20.04
  • contains minio server
  • depends on mysql and zookeeper
  • use supervisor to watch all dolphinscheduler servers and minio server

dolphinscheduler configuration

  • use s3(minio) resource, /opt/minio/data
  • use mysql database
  • only support shell and python(2.7) task

usage

simple
  • change docker-compose.yml MAIL environment, or not if don't need alert-server
  • minio data can mount to host if you need
  • docker-compose up -d
  • default port 12345
  • add a tenant(root), and edit "admin" user's tenant before adding task
external database & resource & zookeeper
  • comment zookeeper and mysql service in compose file if you have one yet
  • change dolphinscheduler's environment which is prefixed with DSENV_

Tag summary

Content type

Image

Digest

Size

357.1 MB

Last updated

over 5 years ago

docker pull mkdym/dolphinscheduler