1
0
Fork 0
1Panel-Appstore/apps/telegraph-image/2025.10.29/docker-compose.yml

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