10-29-2019, 11:56 PM
Hi Remko,
no problem at all in sharing the Dockerfiles! They are already public on my github account:
https://github.com/diegocortassa/docker-tacticdev
and:
https://github.com/diegocortassa/docker-tactic
However they where intended to be used for testing, I used them to check that changes in the code didn't brake a clean installation then I moved to virtualbox with snapshots.
For this reason they are not "proper" docker images i.e. the database and the web server are installed in the same image.
I'm working on a new Dockerfile and a docker-compose.yml chaining a tactic image with a postgres image and a nginx/apache front-end. If everything works well I'll be happy to share it and write documentation for an alternative installation. PR will follow
no problem at all in sharing the Dockerfiles! They are already public on my github account:
https://github.com/diegocortassa/docker-tacticdev
and:
https://github.com/diegocortassa/docker-tactic
However they where intended to be used for testing, I used them to check that changes in the code didn't brake a clean installation then I moved to virtualbox with snapshots.
For this reason they are not "proper" docker images i.e. the database and the web server are installed in the same image.
I'm working on a new Dockerfile and a docker-compose.yml chaining a tactic image with a postgres image and a nginx/apache front-end. If everything works well I'll be happy to share it and write documentation for an alternative installation. PR will follow