1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-23 00:59:40 +08:00
1Panel-Appstore/drawio/27.0.9/docker-compose.yml
renovate[bot] 96fc002397 chore(deps): update jgraph/drawio docker tag to v27.0.9 (#3996)
* chore(deps): update jgraph/drawio docker tag to v27.0.9

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
2025-05-25 22:32:51 +08:00

16 lines
322 B
YAML

services:
drawio:
image: jgraph/drawio:27.0.9
container_name: ${CONTAINER_NAME}
restart: unless-stopped
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8080
- ${PANEL_APP_PORT_HTTPS}:8443
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true