Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions _data/hub-items.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,3 +217,16 @@
url: https://github.com/ronalders/operaton-process-test-coverage
- label: Contact
url: "mailto:aldersron@gmail.com"

- name: FLUX MES
description: >-
FLUX MES is a Manufacturing Execution System for variant- and project-based manufacturers,
designed to get production live in months rather than years.
Core shop-floor processes run as BPMN 2.0 workflows executed by Operaton.
type: 0
license: 0
links:
- label: Website
url: https://flux-mes.de/
- label: Contact
url: "mailto:info@flux-mes.de"
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
image: ruby:3.3.11
working_dir: /site
volumes:
- .:/site
- .:/site:z

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error?

- bundle-cache:/usr/local/bundle
ports:
- '4000:4000'
Expand Down