1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-05-06 05:20:24 +08:00
2025-07-30 11:06:19 +08:00

22 lines
391 B
YAML

version: "3.9"
services:
message-pusher:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:3000"
image: justsong/message-pusher:v0.4.12
volumes:
- ./data:/data
environment:
- TZ=Asia/Shanghai
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true