1
0

Update Apps

This commit is contained in:
pooneyy
2025-06-13 18:53:10 +08:00
parent be08a5b4b7
commit e5678a3ec6
437 changed files with 3533 additions and 1195 deletions

View File

@@ -0,0 +1,25 @@
services:
smokeping:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:80"
image: linuxserver/smokeping:2.9.0
environment:
- PUID=1000
- PGID=1000
- TZ=${TIME_ZONE}
- MASTER_URL=${MASTER_URL}
- SHARED_SECRET=${SHARED_SECRET}
- CACHE_DIR=/tmp
volumes:
- ${DATA_PATH}/config:/config
- ${DATA_PATH}/data:/data
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true