feat: add option for self-hosting via Docker (#1503)

This commit is contained in:
Niko Heikkilä 2020-04-29 08:53:07 +03:00 committed by GitHub
parent dd1dfc5950
commit 4369d88898
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 59 additions and 8 deletions

9
docker-compose.yml Normal file
View file

@ -0,0 +1,9 @@
version: "3"
services:
excalidraw:
build: .
container_name: excalidraw
ports:
- "5000:80"
restart: on-failure