The docker-compose infrastructure and methods of deploying code / updates to the website.
the local and live sites, the VUMP parts should be the same if you are using the same infrastructure on both.
There is a self-hosted github runner on the box with a user /home/runner. There are currently three runners, one for the store, one for sandbox.com and one for the nginx-proxy-manager.
You can start / stop / status the runner with the commands:
/home/runner/actions-runner-sandbox/svc.sh start
/home/runner/actions-runner-sandbox/svc.sh stop
/home/runner/actions-runner-sandbox/svc.sh status
/home/runner/actions-runner-sandbox/svc.sh install
/home/runner/actions-runner-sandbox/svc.sh uninstallYou can configure the php.ini file by editing the /config/php/uploads.ini file and restarting the wordpress container.
.env.env.livehas been put into github correctly.fastcgi_pass sandboxcom_wordpress:9000;line in theconfig/nginx/nginx-conf-live/nginx.conffile.- correct ports / ssl in the manager
v1.0.0
- Initial deployment to docker for infrastucture.
