diff --git a/apps/python.zip b/apps/python.zip deleted file mode 100644 index 81eb2e0fb..000000000 Binary files a/apps/python.zip and /dev/null differ diff --git a/apps/python/3.10.15/data.yml b/apps/python/3.10.15/data.yml deleted file mode 100644 index fcc6ed694..000000000 --- a/apps/python/3.10.15/data.yml +++ /dev/null @@ -1 +0,0 @@ -additionalProperties: \ No newline at end of file diff --git a/apps/python/3.10.15/docker-compose.yml b/apps/python/3.10.15/docker-compose.yml deleted file mode 100644 index 453c59b87..000000000 --- a/apps/python/3.10.15/docker-compose.yml +++ /dev/null @@ -1,18 +0,0 @@ -services: - node: - image: python:${PYTHON_VERSION} - container_name: ${CONTAINER_NAME} - working_dir: /app - volumes: - - ${CODE_DIR}:/app - - ./run.sh:/run.sh - - ./.env:/.env - command: bash /run.sh - networks: - - 1panel-network - ports: - - ${HOST_IP}:${PANEL_APP_PORT_HTTP}:${APP_PORT} - restart: on-failure:5 -networks: - 1panel-network: - external: true diff --git a/apps/python/3.10.15/run.sh b/apps/python/3.10.15/run.sh deleted file mode 100644 index 21519ccc6..000000000 --- a/apps/python/3.10.15/run.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -source /.env - -$EXEC_SCRIPT diff --git a/apps/python/3.11.10/data.yml b/apps/python/3.11.10/data.yml deleted file mode 100644 index fcc6ed694..000000000 --- a/apps/python/3.11.10/data.yml +++ /dev/null @@ -1 +0,0 @@ -additionalProperties: \ No newline at end of file diff --git a/apps/python/3.11.10/docker-compose.yml b/apps/python/3.11.10/docker-compose.yml deleted file mode 100644 index 453c59b87..000000000 --- a/apps/python/3.11.10/docker-compose.yml +++ /dev/null @@ -1,18 +0,0 @@ -services: - node: - image: python:${PYTHON_VERSION} - container_name: ${CONTAINER_NAME} - working_dir: /app - volumes: - - ${CODE_DIR}:/app - - ./run.sh:/run.sh - - ./.env:/.env - command: bash /run.sh - networks: - - 1panel-network - ports: - - ${HOST_IP}:${PANEL_APP_PORT_HTTP}:${APP_PORT} - restart: on-failure:5 -networks: - 1panel-network: - external: true diff --git a/apps/python/3.11.10/run.sh b/apps/python/3.11.10/run.sh deleted file mode 100644 index 21519ccc6..000000000 --- a/apps/python/3.11.10/run.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -source /.env - -$EXEC_SCRIPT diff --git a/apps/python/3.12.7/data.yml b/apps/python/3.12.7/data.yml deleted file mode 100644 index fcc6ed694..000000000 --- a/apps/python/3.12.7/data.yml +++ /dev/null @@ -1 +0,0 @@ -additionalProperties: \ No newline at end of file diff --git a/apps/python/3.12.7/docker-compose.yml b/apps/python/3.12.7/docker-compose.yml deleted file mode 100644 index 453c59b87..000000000 --- a/apps/python/3.12.7/docker-compose.yml +++ /dev/null @@ -1,18 +0,0 @@ -services: - node: - image: python:${PYTHON_VERSION} - container_name: ${CONTAINER_NAME} - working_dir: /app - volumes: - - ${CODE_DIR}:/app - - ./run.sh:/run.sh - - ./.env:/.env - command: bash /run.sh - networks: - - 1panel-network - ports: - - ${HOST_IP}:${PANEL_APP_PORT_HTTP}:${APP_PORT} - restart: on-failure:5 -networks: - 1panel-network: - external: true diff --git a/apps/python/3.12.7/run.sh b/apps/python/3.12.7/run.sh deleted file mode 100644 index 21519ccc6..000000000 --- a/apps/python/3.12.7/run.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -source /.env - -$EXEC_SCRIPT diff --git a/apps/python/3.13.0/data.yml b/apps/python/3.13.0/data.yml deleted file mode 100644 index fcc6ed694..000000000 --- a/apps/python/3.13.0/data.yml +++ /dev/null @@ -1 +0,0 @@ -additionalProperties: \ No newline at end of file diff --git a/apps/python/3.13.0/docker-compose.yml b/apps/python/3.13.0/docker-compose.yml deleted file mode 100644 index 453c59b87..000000000 --- a/apps/python/3.13.0/docker-compose.yml +++ /dev/null @@ -1,18 +0,0 @@ -services: - node: - image: python:${PYTHON_VERSION} - container_name: ${CONTAINER_NAME} - working_dir: /app - volumes: - - ${CODE_DIR}:/app - - ./run.sh:/run.sh - - ./.env:/.env - command: bash /run.sh - networks: - - 1panel-network - ports: - - ${HOST_IP}:${PANEL_APP_PORT_HTTP}:${APP_PORT} - restart: on-failure:5 -networks: - 1panel-network: - external: true diff --git a/apps/python/3.13.0/run.sh b/apps/python/3.13.0/run.sh deleted file mode 100644 index 2272029e1..000000000 --- a/apps/python/3.13.0/run.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -source /.env - -eval $EXEC_SCRIPT - - - - - diff --git a/apps/python/README.md b/apps/python/README.md deleted file mode 100644 index ed8a39cda..000000000 --- a/apps/python/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# Python - -Python 运行环境 \ No newline at end of file diff --git a/apps/python/data.yml b/apps/python/data.yml deleted file mode 100644 index dffd1b89a..000000000 --- a/apps/python/data.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Python -tags: - - 运行环境 -title: Python 运行环境 -description: Python 运行环境 -additionalProperties: - key: python - name: Python - tags: - - Runtime - shortDescZh: Python 运行环境 - shortDescEn: Python Runtime - type: python - crossVersionUpdate: false - limit: 0 - recommend: 101 - website: https://www.python.org/ - github: "" - document: "" \ No newline at end of file diff --git a/apps/python/logo.png b/apps/python/logo.png deleted file mode 100644 index 13e4b4fc3..000000000 Binary files a/apps/python/logo.png and /dev/null differ