Skip to content

Releases: paul-gilber/demoapp-frontend

v1.0.0 📢

04 Nov 06:03
d9a27af
Compare
Choose a tag to compare

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