Skip to content
This repository has been archived by the owner on Aug 26, 2023. It is now read-only.
/ docker-draw-io Public archive

Docker Draw.IO image based on Alpine and Nginx

License

Notifications You must be signed in to change notification settings

tiredofit/docker-draw-io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hub.docker.com/tiredofit/draw-io

Introduction

Dockerfile to build a Draw.io container image.

It will automatically download the latest release from git, and is ready to run.

  • This Container uses a customized Alpine Linux base which includes s6 overlay enabled for PID 1 Init capabilities, zabbix-agent based on TRUNK compiled for individual container monitoring, Cron also installed along with other tools (bash,curl, less, logrotate, mariadb-client, nano, vim) for easier management. It also supports sending to external SMTP servers..

Changelog

Authors

Table of Contents

Prerequisites

This image assumes that you are using a reverse proxy such as jwilder/nginx-proxy and optionally the Let's Encrypt Proxy Companion @ https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion in order to serve your pages. However, it will run just fine on it's own if you map appropriate ports.

Installation

Automated builds of the image are available on Docker Hub and is the recommended method of installation.

docker pull tiredofit/draw-io

Quick Start

Configuration

Data-Volumes

The following directories are used for configuration and can be mapped for persistent storage.

Directory Description
/www/logs Nginx and php-fpm logfiles

Environment Variables

Along with the Environment Variables from the Base image, and the Nginx Engine below is the complete list of available options that can be used to customize your installation.

  • None Outside of Base Image

Networking

The following ports are exposed.

Port Description
80 HTTP

Maintenance

Shell Access

For debugging and maintenance purposes you may want access the containers shell.

docker exec -it (whatever your container name is e.g. ssp) bash

References

About

Docker Draw.IO image based on Alpine and Nginx

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published