appstore-1panel/apps/drawio/24.0.1/docker-compose.yml
renovate[bot] 2aeea855a5
chore(deps): update jgraph/drawio docker tag to v24.0.1 (#1027)
* chore(deps): update jgraph/drawio docker tag to v24.0.1

* 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>
2024-03-04 13:28:05 +08:00

17 lines
335 B
YAML

version: '3'
services:
drawio:
image: jgraph/drawio:24.0.1
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