Dashmachine¶
Description¶
Dashmachine is a web application bookmark dashboard, with fun features.
Install/Setup¶
Example Docker Compose Override¶
services:
dashmachine:
container_name: dashmachine
hostname: ${DOCKER_HOSTNAME}
image: rmountjoy/dashmachine:latest
ports:
- 5002:5000
restart: unless-stopped
volumes:
- /etc/localtime:/etc/localtime:ro
- ${DOCKER_VOLUME_CONFIG}/dashmachine:/DashMachine/dashmachine/user_data
- ${DOCKER_VOLUME_STORAGE}:/storage