1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-02 13:26:41 +08:00
pooneyy 51d55b8722
🔧 chore(telegraph-image): parameterize container name in docker compose
- replace hardcoded container name with environment variable (CONTAINER_NAME)
2025-10-30 14:39:17 +08:00

23 lines
587 B
YAML

services:
telegraph-image:
image: ghcr.io/pooneyy/telegraph-image:2025.10.29
container_name: ${CONTAINER_NAME}
ports:
- ${PANEL_APP_PORT_HTTP}:8080
volumes:
- ${KV_DATABASE_DIR}:/app/data
environment:
- BASIC_USER=${BASIC_USER}
- BASIC_PASS=${BASIC_PASS}
- TG_Chat_ID=${TG_Chat_ID}
- TG_Bot_Token=${TG_Bot_Token}
- WhiteList_Mode=${WhiteList_Mode}
- ModerateContentApiKey=${ModerateContentApiKey}
networks:
- 1panel-network
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true