chevereto / v4-docker

Bootstrapped Chevereto Docker images
https://chevereto.com
MIT License
30 stars 7 forks source link

Provide shell script for automated process #2

Closed rodber closed 3 years ago

rodber commented 3 years ago

Provide a shell that does all the manual labor.

MikePadge commented 3 years ago

I'd like to move the build process into a docker-compose setup, and make these installer scripts an ansible playbook/collection.

Please don't take offense to me moving/renaming things, I love this project, but I have to break things to learn them. Nothing breaks things better than renaming them.

This is what I have slapped together and do not have working yet.

https://gist.github.com/MikePadge/9f8136748b4642c10a5325662e05ba8b

I pulled all the ENVs from the dockerfiles themselves and put them in their own .env.httpd, .env.httpd-php, etc files. Probably need to adjust ports on some of the containers.

rodber commented 3 years ago

Hi @MikePadge, no offense taken in the names you use, that's up to you. Many other users also refers to Chevereto as "Chevy" which sounds nice.

I will add Docker compose instructions in the readme.

Many thanks for sharing!