appstore-1panel/apps/heimdall/2021.11.28/docker-compose.yml
renovate[bot] afe4e48003
chore(deps): update linuxserver/heimdall docker tag to v2021 (#566)
* chore(deps): update linuxserver/heimdall docker tag to v2021

* 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-04 21:47:53 +08:00

24 lines
463 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=${TIME_ZONE}
image: linuxserver/heimdall:2021.11.28
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true