Re: [zanata-users] Setting up Zanata with Docker

2018-03-07 Thread Patrick Huang
Hello Kyle, You should not need to deal with Dockerfile directly unless you want to customize further than what we offer. The docker image you pull down from dockerhub uses this Dockerfile. It expects a number of environment variables to be set or it will use default value. e.g. ZANATA_MAIL_HOST

Re: [zanata-users] Setting up Zanata with Docker

2018-03-07 Thread Kyle
Patrick Huang aliandika: # In fact I just checked our Dockerfile, we do support customization of the mail host, # port, and credential. See https://github.com/zanata/zanata-docker-files/tree/master/zanata-server # under Setup Environment. Ah thanks. But doesn't this create the container? I