appstore/apps/dailyhot-web/latest/docker-compose.yml
2023-11-09 19:15:01 +08:00

20 lines
382 B
YAML

version: '3'
services:
dailyhot-web:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:80"
environment:
- "API=${API_URL}"
- "ICP=${ICP_TEXT}"
image: liwangsheng/dailyhot-web:latest
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true