Fuuz In-House Trial
Deploy the Fuuz AI-driven Industrial Intelligence Platform. Unify manufacturing operations across MES, WMS, CMMS, and Quality with built-in DataOps integration, rapid application development, and an event-native architecture — or build your own custom manufacturing applications.
Configuration
TypeSwarmlinuxFUUZ_LICENSE_KEY=''MONGO_INITDB_ROOT_USERNAME=mongodbMONGO_INITDB_ROOT_PASSWORD=adminRABBITMQ_DEFAULT_USER=rabbitmqRABBITMQ_DEFAULT_PASS=adminSMTP_PORT=587SMTP_HOST=''SMTP_USER=''SMTP_PASSWORD=''SMTP_SECURE=falseSMTP_FROM_EMAIL_ADDRESS=''AWS_S3_ACCESS_KEY_ID=LSIAaccessKeyAWS_S3_SECRET_ACCESS_KEY=LSIAsecretKeyAWS_S3_BUCKET_NAME=fuuz-bucketAWS_S3_ENDPOINT_URL=http://localstack.fuuz.localhostAWS_S3_FORCE_PATH_STYLE=trueENABLE_LOCALSTACK=trueMFGX_ENTERPRISE_DOMAIN=fuuz.localhostJWT_EXPIRES_IN=15mJWT_MAX_AGE=90mALLOW_NON_SSL=trueCERT_DIR=/fuuz/certsENGINE_OPTIONS_CONCURRENCY=10ENGINE_LOGGING_EXECUTION_SUCCEEDED=falseNotes
For information on how to setup this template please visit our documentation here: https://support.fuuz.com/portal/en/kb/articles/setting-up-in-house-fuuz before you continue.
Installation
- Ensure both Docker and Portainer are installed, and up-to-date
- Log into your Portainer web UI
- Under Settings → App Templates, paste the below URL
- Head to Home → App Templates, and the list of apps will show up
- Select the app you wish to deploy, fill in any config options, and hit Deploy
Template Import URL
https://raw.githubusercontent.com/Lissy93/portainer-templates/main/templates.json
Show Me
For more installation options, see the Documentation in our GitHub repo
Check the logs first
Nine times out of ten the logs tell you exactly what went wrong.
- In Portainer, go to Containers, click the container, then Logs. Or run
docker logs <container> - Exit codes help too:
137means killed, usually out of memory.126or127means the command inside the image is broken.
Required settings are blank
FUUZ_LICENSE_KEY, SMTP_HOST, SMTP_USER, SMTP_PASSWORD, SMTP_FROM_EMAIL_ADDRESS have no default value, and the app may crash or misbehave if left empty.
- Fill them in on the deploy screen before hitting deploy.
Stack won't deploy
Compose stacks fail fast on small mistakes, and Portainer shows the reason just above the editor.
- YAML only accepts spaces for indentation, a single tab breaks the whole file.
Raise an issue
Found something which isn't working as it should? Here's how to report it.
- Bug within the app: Open an issue within the app's repo
- Template not working: Open an issue on portainer/templates
- This website not working: Open an issue on lissy93/portainer-templates