Skip to content

v1.0.0 📢

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Nov 06:03
· 3 commits to refs/heads/main since this release
d9a27af

Changes

🧰 Maintenance

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