Skip to content

Dashmachine

Docker Pulls GitHub Stars

Description

Dashmachine is a web application bookmark dashboard, with fun features.

Install/Setup

Example Docker Compose Override

services:
  dashmachine:
    container_name: dashmachine
    hostname: ${DOCKERHOSTNAME}
    image: rmountjoy/dashmachine:latest
    logging:
      driver: json-file
      options:
        max-file: ${DOCKERLOGGING_MAXFILE}
        max-size: ${DOCKERLOGGING_MAXSIZE}
    ports:
      - 5002:5000
    restart: unless-stopped
    volumes:
      - /etc/localtime:/etc/localtime:ro
      - ${DOCKERCONFDIR}/dashmachine:/DashMachine/dashmachine/user_data
      - ${DOCKERSTORAGEDIR}:/storage