RopeWiki / app

Infrastructure for automated RopeWiki site creation
Apache License 2.0
4 stars 3 forks source link

MW & PHP version variables #102

Closed hcooper closed 2 months ago

hcooper commented 2 months ago

To make future upgrades simpler this defines the Mediawiki & PHP versions as variables which are used throughout the Dockerfile.

It also makes version agnostic paths (e.g /etc/php/current/...) which means versions changes don't required changes elsewhere (e.g. nginx configs).

It also deletes redundant php-fpm config from system_start.sh, as that's handled by a dedicated fpm-pool.conf file.