Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2024-12-04 03:08:24 +00:00
parent c472f6b912
commit e8d6cc738d
1394 changed files with 42558 additions and 0 deletions
@@ -0,0 +1,28 @@
networks:
1panel-network:
external: true
services:
zerotier-planet:
container_name: zerotier-planet
env_file:
- ./envs/global.env
- .env
environment:
- ZT_PORT=${PANEL_APP_PORT_ZT}
- API_PORT=${PANEL_APP_PORT_HTTP}
- FILE_SERVER_PORT=${PANEL_APP_PORT_FILE}
image: xubiaolin/zerotier-planet:1.14.2
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE}
ports:
- ${PANEL_APP_PORT_ZT}:${PANEL_APP_PORT_ZT}/tcp
- ${PANEL_APP_PORT_ZT}:${PANEL_APP_PORT_ZT}/udp
- ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}
- ${PANEL_APP_PORT_FILE}:${PANEL_APP_PORT_FILE}
restart: always
volumes:
- ${ZEROTIER_PLANET_ROOT_PATH}/file:/app/dist
- ${ZEROTIER_PLANET_ROOT_PATH}/ztncui:/app/ztncui
- ${ZEROTIER_PLANET_ROOT_PATH}/zerotier-one:/var/lib/zerotier-one
- ${ZEROTIER_PLANET_ROOT_PATH}/config:/app/config