Skip to content
forked from idoop/zentao

auto build docker image for zentao(禅道).

License

Notifications You must be signed in to change notification settings

weigtman/zentao

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Image for Zentao

Docker Build Status Docker Pulls Docker Automated build ImageLayers Size ImageLayers Layers

Auto build docker image for zentao(禅道),include open source edition and pro edition.

DockerHub:https://hub.docker.com/r/idoop/zentao/

Office Support:http://www.zentao.net/

Tags

Open soure edition

  • 11.4.1,latest
  • 11.3
  • 10.0,10.1,10.3,10.4,10.5,10.6
  • 9.6.3,9.7,9.8,9.8.3

Pro edition

  • pro-8.3,pro
  • pro-8.2
  • pro-7.1,pro-7.3,pro-7.5.1
  • pro-6.7.3

QuickStart

open soure edition:

mkdir -p /data/zbox && docker run -d -p 80:80 -p 3306:3306 \
        -e USER="root" -e PASSWD="password" \
        -e BIND_ADDRESS="false" \
        -v /data/zbox/:/opt/zbox/ \
        --name zentao-server \
        idoop/zentao:latest

pro edition:

mkdir -p /data/zbox && docker run -d -p 80:80 -p 3306:3306 \
        -e USER="root" -e PASSWD="password" \
        -e BIND_ADDRESS="false" \
        -v /data/zbox/:/opt/zbox/ \
        --name zentao-server-pro \
        idoop/zentao:pro

Note: Make sure your Host feed available on either port 80 or 3306.

Environment configuration

  • USER : set the web login database Adminer account.
  • PASSWD : set the web login database Adminer password.
  • BIND_ADDRESS : if set value with false,the MySQL server will not bind address.
  • SMTP_HOST : set the smtp server IP and host.(If can't send mail,it will be helpful.) Can also use extra_host in docker-compose.yaml

Note: The zentao administrator account is admin,and init password is 123456. And MySQL root account password is 123456,please change password when you first login.

Upgrade Version

If you want upgrade the zbox version, just use the newest code to cover the zbox source code under the path $volume/zbox/app/zentao/,instead of useing latest docker image. See Detail

Building the image

Clone this git,modify Dockerfile or docker-entrypoint if you want. Then execute the following command:

docker build -t zentao .

About

auto build docker image for zentao(禅道).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 65.9%
  • Dockerfile 34.1%