mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 15:40:22 +00:00
release
This commit is contained in:
parent
ed821b94ff
commit
0af6a760f1
5 changed files with 5 additions and 3 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
Loading…
Reference in a new issue