mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-23 09:20:20 +08:00
fastapi version
This commit is contained in:
parent
4dfba079b4
commit
6f764d2bf3
@ -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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
fastapi
|
fastapi==0.98.0
|
||||||
uvicorn
|
uvicorn
|
||||||
rq
|
rq
|
||||||
apscheduler
|
apscheduler
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user