mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-13 09:26:57 +08:00
parent
d44720075d
commit
8f1f634104
BIN
apps/python.zip
BIN
apps/python.zip
Binary file not shown.
@ -1 +0,0 @@
|
||||
additionalProperties:
|
@ -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
|
@ -1,5 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
source /.env
|
||||
|
||||
$EXEC_SCRIPT
|
@ -1 +0,0 @@
|
||||
additionalProperties:
|
@ -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
|
@ -1,5 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
source /.env
|
||||
|
||||
$EXEC_SCRIPT
|
@ -1 +0,0 @@
|
||||
additionalProperties:
|
@ -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
|
@ -1,5 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
source /.env
|
||||
|
||||
$EXEC_SCRIPT
|
@ -1 +0,0 @@
|
||||
additionalProperties:
|
@ -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
|
@ -1,10 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
source /.env
|
||||
|
||||
eval $EXEC_SCRIPT
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
# Python
|
||||
|
||||
Python 运行环境
|
@ -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: ""
|
Binary file not shown.
Before Width: | Height: | Size: 12 KiB |
Loading…
Reference in New Issue
Block a user