The Solid Shop is a user-powered shopping ecosystem by use of SOLID PODs. This does the ordering part.
In production:
order:
image: redpencil/solid-shop-order-service:latest
environment:
NODE_ENV: "production"
BROKER_WEB_ID: "https://broker.mu/"
links:
- database:database
In development:
order:
image: semtech/mu-javascript-template
environment:
NODE_ENV: "development"
BROKER_WEB_ID: "https://broker.mu/"
links:
- database:database
volumes:
- ../solid-shop-order-service/:/app/
BROKER_WEB_ID
: The web id of the broker; your application.
We make use of Conventional Commits.
When making changes to a pull request, we prefer to update the existing commits with a rebase instead of appending new commits.
More information about the Solid Shop can be found in the main repository.