Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 559 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 559 Bytes

Docker Compose deployment

This is the "small project" way to deploy ProdManager app and try it.

Disclaimer: This deployment is not intended for production deployment

Requirements

Usage

docker compose \
  --project-directory="deploy/compose" \
  --project-name="prod-manager" \
  up \
  --detach

Then access to http://localhost:8080

Customisation

You can edit the Docker compose file to best match your needs.