This commit is contained in:
qiaofeng1227 2023-08-02 17:35:10 +08:00
parent ed821b94ff
commit 0af6a760f1
5 changed files with 5 additions and 3 deletions

View file

@ -2,6 +2,7 @@
1. improve update.sh 1. improve update.sh
2. add docs to artifacts 2. add docs to artifacts
3. improve server's hostname
## 0.8.8 release on 2023-07-27 ## 0.8.8 release on 2023-07-27

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.8" LABEL version="0.8.9"
# Create API Directory # Create API Directory
WORKDIR /usr/src/app WORKDIR /usr/src/app

View file

@ -1,2 +1,3 @@
1. improve update.sh 1. improve update.sh
2. add docs to artifacts 2. add docs to artifacts
3. improve server's hostname

View file

@ -1,4 +1,4 @@
APP_NAME=websoft9-appmanage APP_NAME=websoft9-appmanage
APP_VERSION=0.8.8 APP_VERSION=0.8.9
APP_HTTP_PORT=5000 APP_HTTP_PORT=5000
APP_NETWORK=websoft9 APP_NETWORK=websoft9

View file

@ -2,7 +2,7 @@
"SERVICES": { "SERVICES": {
"PORTAINER": "2.18.3", "PORTAINER": "2.18.3",
"NGINX": "2.10.3", "NGINX": "2.10.3",
"APPMANAGE": "0.8.8", "APPMANAGE": "0.8.9",
"REDIS": "7.0.11" "REDIS": "7.0.11"
}, },
"PLUGINS": { "PLUGINS": {