Skip to content

Releases: paul-gilber/demoapp-backend

v1.0.4 📢

04 Nov 07:02
e4473ec
Compare
Choose a tag to compare

Changes

  • Use github-env-vars-action github action for workflows and add docker compose dry run to pre-commit hook @paul-gilber (#37)

🧰 Maintenance

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

v1.0.3 📢

01 Nov 07:29
f9f5543
Compare
Choose a tag to compare

Changes

🧰 Maintenance

  • Add features and github actions workflows section to README.md , update pull request template, and fix commands @paul-gilber (#35)

Install from the command line

DEMOAPP_BACKEND_IMAGE="ghcr.io/paul-gilber/demoapp-backend:v1.0.3" docker compose --project-directory deploy/docker-compose up

v1.0.2 📢

31 Oct 12:21
017c93c
Compare
Choose a tag to compare

Changes

🧰 Maintenance

  • update release drafter install command, move compose.yaml to deploy/d… @paul-gilber (#32)

Install from the command line

DEMOAPP_BACKEND_IMAGE="ghcr.io/paul-gilber/demoapp-backend:v1.0.2" docker compose --project-directory deploy/docker-compose up

v1.0.1 📢

30 Oct 14:21
3bd83ec
Compare
Choose a tag to compare

Changes

🧰 Maintenance

Install from the command line

docker pull ghcr.io/paul-gilber/demoapp-backend:v1.0.1

First release

30 Oct 13:00
0c708aa
Compare
Choose a tag to compare
Merge pull request #22 from paul-gilber/release-drafter

Configure Release drafter