10000 GitHub - thebiss/docker-draw: Dockerized version of John McLear's draw. A real time collaborative drawing tool using nodejs, socket.io & paper.js
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Dockerized version of John McLear's draw. A real time collaborative drawing tool using nodejs, socket.io & paper.js

License

Notifications You must be signed in to change notification settings

thebiss/docker-draw

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-draw

Dockerized version of John McLear's draw. A real time collaborative drawing tool using nodejs, socket.io & paper.js

Quickstart

Database

docker run -d -e MYSQL_ROOT_PASSWORD=u2aaEr5U6FyTUoubbPbCqQs5nVk --name drawDB mysql

Application

docker run -d --name drawSRV \
    --link=drawDB:mysql \
    -p 9002:9002 \
    mkodockx/docker-draw

Environment Variables

DRAW_DB_USER

default: root

DRAW_DB_PASSWORD

default:

DRAW_DB_NAME

default: draw

DRAW_DB_HOST

default:

DRAW_TITLE

default: draw

DRAW_SESSION_KEY

default: <autogenerated 32 random bytes to hex>

DRAW_ADMIN_PASSWORD

default:

DRAW_ADMIN_USER

default: admin ignored if DRAW_ADMIN_PASSWORD is unset

About

Dockerized version of John McLear's draw. A real time collaborative drawing tool using nodejs, socket.io & paper.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%
0