github-actions
released this
04 Nov 07:02
·
3 commits
to refs/heads/main
since this release
Changes
- Use github-env-vars-action github action for workflows and add docker compose dry run to pre-commit hook @paul-gilber (#37)
🧰 Maintenance
- add release note uninstall command @paul-gilber (#38)
Install from the command line
DEMOAPP_BACKEND_IMAGE="ghcr.io/paul-gilber/demoapp-backend:v1.0.4" docker compose --project-directory deploy/docker-compose up
Uninstall from the command line
docker compose --project-directory deploy/docker-compose down --volumes