fastapi version

This commit is contained in:
qiaofeng1227 2023-07-20 09:26:00 +08:00
parent 4dfba079b4
commit 6f764d2bf3
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
FROM python:3.10-slim FROM python:3.10-slim
LABEL maintainer="Websoft9<help@websoft9.com>" LABEL maintainer="Websoft9<help@websoft9.com>"
LABEL version="0.8.0" LABEL version="0.8.1"
# Create API Directory # Create API Directory
WORKDIR /usr/src/app WORKDIR /usr/src/app

View File

@ -1,4 +1,4 @@
fastapi fastapi==0.98.0
uvicorn uvicorn
rq rq
apscheduler apscheduler

View File

@ -1,4 +1,4 @@
APP_NAME=websoft9-appmanage APP_NAME=websoft9-appmanage
APP_VERSION=0.7.2 APP_VERSION=0.8.1
APP_HTTP_PORT=5000 APP_HTTP_PORT=5000
APP_NETWORK=websoft9 APP_NETWORK=websoft9