Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker Image is out of date #10

Open
DawoudIO opened this issue Mar 10, 2018 · 8 comments
Open

Docker Image is out of date #10

DawoudIO opened this issue Mar 10, 2018 · 8 comments

Comments

@DawoudIO
Copy link
Contributor

We are about to release 3.0.0, and it is unclear how to make a new build with this repo. The current build is 2.7.5 which is over a year old.

@DawoudIO
Copy link
Contributor Author

@jaskipper do you recall

@ajcollett
Copy link

Hey all. I am looking to deploy ChurchCRM for my church, and I am wanting to use docker. I have some fair experience with Docker, so maybe I can help out? Also, I want to point out that ENV variable for passwords is not the best:-P But if you'd like my help, I can make an issue explaining that, and hopefully help fix it.

@jaskipper
Copy link
Contributor

Hey @DawoudIO , @ajcollett . I'll take a look at it. Would love any help @ajcollett !

@ajcollett
Copy link

@jaskipper, I'm going to create a few issues for discussion, then once resolved we can see how I can best contribute.

@jaskipper
Copy link
Contributor

jaskipper commented Mar 12, 2018

@DawoudIO , @ajcollett, @crossan007. I've pushed a new branch (crm-docker-rewrite) with completely updated build files to get Docker working with ChurchCRM 2.10.4. I have split it into 3 different containers: MariaDB, Apache/PHP7 and ChurchCRM. I have also changed over to use Docker Secrets for MYSQL passwords. If you can, test it out and let me know what you think. It's working perfectly on my system. Let me know what changes we could do to enhance it even more. See the Readme for instructions on how to use.

@crossan007
Copy link
Contributor

@jaskipper It may be worth documenting where ChurchCRM will keep "uploaded" files such as images. Do these persist on the docker host, or would images be lost with the docker image?

@jaskipper
Copy link
Contributor

@crossan007 Yes. As of now, they are in the containers. We can put them on a separate Docker Volume, which would probably be best. I'll set that up as well.

@jaskipper
Copy link
Contributor

jaskipper commented Mar 14, 2018

I've pushed a new commit (https://github.com/ChurchCRM/Docker/tree/crm-docker-rewrite) that installs SSL by default along with many other changes. See the Readme for installation instructions. I'm getting one error at times in the ChurchCRM interface that says that mod_rewrite has failed, although it seems to be working fine. Any ideas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants