Setup
What you'll need
Minimal Setup
services:
umh:
# TODO: set your desired container version here
# e.g. `umh-core:v0.44.31`
image: management.umh.app/oci/united-manufacturing-hub/umh-core:ENTER_VERSION_HERE
restart: unless-stopped
volumes:
- umh-data:/data
environment:
# TODO: Enter your instance's Auth Token.
# You'll find it in your instance's
# configuration file on management.umh.app.
- AUTH_TOKEN=your_auth_token
# TODO: Change the LOCATION_0 parameter
# to your desired Level 0 Location name
- LOCATION_0=your_level_0_location
# Optional: Define more levels
# - LOCATION_1=your_level_1
# - LOCATION_2=your_level_2
# - LOCATION_3=your_level_3
# - LOCATION_4=your_level_4
- RELEASE_CHANNEL=stable
- API_URL=https://management.umh.app/api
volumes:
umh-data: {}Starting the Stack
Add More Services
Last updated

