appstore-1panel/apps/heimdall/2021.11.28/docker-compose.yml

23 lines
450 B
YAML
Raw Normal View History

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
2023-11-03 21:55:22 +08:00
- TZ=${TIME_ZONE}
image: linuxserver/heimdall:2021.11.28
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true