mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: add option for self-hosting via Docker (#1503)
This commit is contained in:
parent
dd1dfc5950
commit
4369d88898
5 changed files with 59 additions and 8 deletions
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
version: "3"
|
||||
|
||||
services:
|
||||
excalidraw:
|
||||
build: .
|
||||
container_name: excalidraw
|
||||
ports:
|
||||
- "5000:80"
|
||||
restart: on-failure
|
Loading…
Add table
Add a link
Reference in a new issue