excalidraw (#2247)

This commit is contained in:
Anye
2024-10-09 14:12:41 +08:00
committed by GitHub
parent 68447c32dc
commit 2fc0601f04
5 changed files with 56 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
services:
excalidraw:
image: excalidraw/excalidraw:latest
container_name: ${CONTAINER_NAME}
restart: unless-stopped
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:80
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true