first commit

This commit is contained in:
2026-05-18 19:15:44 +08:00
commit a6a76b4d2b
4 changed files with 148 additions and 0 deletions

23
py/docker-compose.yaml Normal file
View File

@@ -0,0 +1,23 @@
version: '3.8'
services:
fastapi:
build:
context: .
dockerfile: Dockerfile
ports:
- '8123:8123'
networks:
- 1panel-network
restart: always
environment:
- TZ=Asia/Shanghai
logging:
driver: json-file
options:
max-size: '10m'
max-file: '3'
networks:
1panel-network:
external: true