Commit Graph

4 Commits

Author SHA1 Message Date
Beshoy Girgis 472cdca270 Update docker implementation
I've made various updates to the docker implementation to work with the
latest php7 and currently blocks php8 until we deem nntmux ready. I've
also made modifications that allow for customizations without leaving a
dirty git status i.e. moving redis, etc. to an overrides file that is
gitignored and php customizations i.e. locale to a local overrides file
that is also gitignored.

The new docker implementation utilizes supervisord to run various
services in the web container, i.e. nginx, php-fpm, horizon, etc.

I plan to continue to maintain this as needed. Closes #1152
2021-01-31 21:55:32 -06:00
Justin Paul 03c2479d5d Update Dockerfile
Need to add the "yes" flag to the apt upgrade command so that it will actually install the updates.
2020-09-28 12:57:19 -04:00
Watteel Pascal fd64a78f34 fix composer hash
added the newer composer hash
2020-03-01 23:53:57 +04:00
Wolfgang Steuer 2278a7a229 docker done 2019-11-20 14:58:46 +01:00