mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-23 01:00:20 +08:00
fastapi version
This commit is contained in:
parent
4dfba079b4
commit
6f764d2bf3
@ -1,6 +1,6 @@
|
||||
FROM python:3.10-slim
|
||||
LABEL maintainer="Websoft9<help@websoft9.com>"
|
||||
LABEL version="0.8.0"
|
||||
LABEL version="0.8.1"
|
||||
|
||||
# Create API Directory
|
||||
WORKDIR /usr/src/app
|
||||
|
@ -1,4 +1,4 @@
|
||||
fastapi
|
||||
fastapi==0.98.0
|
||||
uvicorn
|
||||
rq
|
||||
apscheduler
|
||||
|
@ -1,4 +1,4 @@
|
||||
APP_NAME=websoft9-appmanage
|
||||
APP_VERSION=0.7.2
|
||||
APP_VERSION=0.8.1
|
||||
APP_HTTP_PORT=5000
|
||||
APP_NETWORK=websoft9
|
||||
|
Loading…
Reference in New Issue
Block a user