github-actions
released this
04 Nov 06:03
·
3 commits
to refs/heads/main
since this release
Changes
- Fix release @paul-gilber (#14)
- Bump minimatch and recursive-readdir @dependabot (#12)
- Bump dns-packet from 5.3.1 to 5.6.1 @dependabot (#1)
- Bump word-wrap from 1.2.3 to 1.2.5 @dependabot (#2)
- Bump json5 from 1.0.1 to 1.0.2 @dependabot (#3)
- Bump loader-utils from 2.0.2 to 2.0.4 @dependabot (#11)
- Bump decode-uri-component from 0.2.0 to 0.2.2 @dependabot (#10)
- Bump tough-cookie from 4.0.0 to 4.1.3 @dependabot (#4)
- Bump semver from 6.3.0 to 6.3.1 @dependabot (#5)
- Bump @babel/traverse from 7.17.10 to 7.23.2 @dependabot (#6)
- Bump webpack from 5.72.1 to 5.89.0 @dependabot (#7)
- setup visual studio code dev container @paul-gilber (#9)
- Create dependabot.yml @paul-gilber (#8)
🧰 Maintenance
- Update workflows, docs, and release notes @paul-gilber (#15)
- added github workflows @paul-gilber (#13)
Install from the command line
DEMOAPP_FRONTEND_IMAGE="ghcr.io/paul-gilber/demoapp-frontend:v1.0.0" \
DEMOAPP_BACKEND_IMAGE="ghcr.io/paul-gilber/demoapp-backend:latest" \
MYSQL_IMAGE="mysql:8.0" \
docker compose --project-directory deploy/docker-compose up
# Application URL: http://localhost:8080/
Uninstall from the command line
docker compose --project-directory deploy/docker-compose down --volumes