...
- You can view real-time logs from the entire stack with:
docker-compose log -f
Reverting/redeploying an old version
- Eventually I want to add historical image tags so we can select an old version in the Compose file
- For now though, if you need to roll back a deployment, either revert commits in the 'main' branch and re-deploy as above,
or create a new temporary branch with the fixed/rolled-back code and use that branch in "Use workflow from" as above.
Active Instances
- staging-app and live-app both include new UKRDC instances
- /srv/ukrdc-compose/
- In both cases, the host nginx config needs to be set up to forward to the Docker stack
- E.g. /etc/nginx/conf.d/staging-app.ukrdc.nhs.uk.conf
- This should not need to be changed unless we want to change the new stack base URL