mirror of
https://github.com/Dvorinka/excalidraw-full.git
synced 2026-06-03 22:02:57 +00:00
12 lines
242 B
YAML
12 lines
242 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
excalidraw:
|
|
image: ghcr.io/betterandbetterii/excalidraw-full:latest
|
|
ports:
|
|
- "3002:3002"
|
|
volumes:
|
|
- ./data:/root/data
|
|
- ./excalidraw.db:/root/excalidraw.db:Z
|
|
- ./.env:/root/.env
|