Files
appstore-1panel/dockge/excalidraw/docker-compose.yml
T
QYG2297248353 ee598fa731
Renovate / renovate (push) Has been cancelled
Push custom to released / push-branch (push) Has been cancelled
Process Apps and Commit Changes / process (push) Has been cancelled
Processed apps directory via GitHub Actions
2025-07-16 06:35:16 +00:00

28 lines
494 B
YAML

networks:
1panel-network:
external: true
services:
excalidraw:
container_name: excalidraw
env_file:
- ./envs/global.env
- .env
environment:
- TZ=Asia/Shanghai
healthcheck:
disable: true
test:
- CMD
- curl
- -f
- http://localhost
image: excalidraw/excalidraw:latest
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:80
restart: always
stdin_open: true