jcormier

Results 118 comments of jcormier

You can configure for HTTPS without modifying nginx. https://github.com/sameersbn/docker-redmine#ssl

I added a ssl example for docker-compose https://github.com/sameersbn/docker-redmine/blob/master/docker-compose-ssl.yml

I'm not sure I understand. Are you modifying the docker image? Did you modify the Postgres image as well? Does the published, prebuilt images work?

Sorry for the late reply. This feature seems like a mess. A lot of these settings should have been configurable in the website instead of requiring the cronjob to be...

I generally use docker-compose to run these commands. In this case, it would help because you're trying to run the redmine container without starting the database container. A similar command...

I've not run into any spontaneous issues with plugin install. > 4 Download all used plugins again and store them in the plugins folder (very important, never use the old...

Why does the host have an effect on the docker container?

@frank-dspeed @sameersbn Any issues with this. LGTM

Unfortunately, I don't know much about ruby's mail setup or why it would fail DNS when the docker can resolve the namespace.

TODO: Update startup script to detect a change in ruby version and auto clean the old bundle installs.