Revert "feat: 增加 python 运行环境 (#2264)"

This reverts commit 44eaf24e76.
This commit is contained in:
wanghe-fit2cloud
2024-10-11 13:44:46 +08:00
parent d44720075d
commit 8f1f634104
16 changed files with 0 additions and 123 deletions

View File

@@ -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