mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-25 09:00:26 +00:00
fastapi version
This commit is contained in:
parent
4dfba079b4
commit
6f764d2bf3
3 changed files with 3 additions and 3 deletions
|
@ -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 a new issue