#
dashMachine
title: Install Dash Machine label: Install Dash Machine order: 100 authors:
- name: Charl Cronje email: charl@webally.co.za link: https://blog.webally.co.za avatar: https://assets.webally.co.za/avatars/darker.jpg edit: repo: "https://github.com/charlpcronje/setup.docs.devserv.me/edit/" base: /src branch: main label: Edit on GitHub editor: enabled: false favicon: favicon.png links:
- text: Projects Portfolio link: https://webally.co.za/projects
- text: Wiki, Tips and Docs link: https://docs.webally.co.zao.za
- text: Resume link: https://cv.webally.co.za
- text: LinkedIn link: https://www.linkedin.com/in/charlpcronje
- text: GitHub link: https://github.com/charlpcronje
- text: Upwork Profile link: https://www.upwork.com/freelancers/~01ccb1439024ec9c50 footer: copyright: "webAlly © Copyright . All rights reserved."---
Dash Machine is another app dashboard, it looks to have a few features, but we'll see afthe install
This is my own docker compose file, they project does not have an offical compose file
#
Via Portainer
- I'm using portainer to create my stacks from thes Docker Compose Yaml files
- Open Portaier
- Click on Stacks
- New Stack
- Give it name
- Paste the folling in the Docker Composer field
#
Docker Composer Script
services:
dashmachine:
container_name: dashmachine
hostname: dm.webally.co.za
image: rmountjoy/dashmachine
logging:
driver: json-file
options:
max-size: 50m
ports:
- 5005:5000
restart: unless-stopped
volumes:
- /etc/localtime:/etc/localtime:ro
- /var/www/tools/dashmachine/userdata:/DashMachine/dashmachine/user_data
- /var/www/tools/dashmachine/storage:/storage
#
Default User
User
: admin
Password
: admin
Click on add Stack
Done!