appstore-1panel/apps/heimdall/2.5.7/docker-compose.yml
renovate[bot] 1bf395895a
chore(deps): update linuxserver/heimdall docker tag to v2.5.7 (#559)
* chore(deps): update linuxserver/heimdall docker tag to v2.5.7

* 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>
2023-11-03 21:37:22 +08:00

24 lines
459 B
YAML

version: '3'
services:
heimdall:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:80"
- "${PANEL_APP_PORT_HTTPS}:443"
volumes:
- "./data:/config"
environment:
- PUID=1000
- PGID=1000
- TZ=Asia/Shanghai
image: linuxserver/heimdall:2.5.7
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true