release 0.3.0

This commit is contained in:
76487013@qq.com 2023-06-06 07:48:56 +08:00
parent 353d18738e
commit 548c6b86b6
3 changed files with 5 additions and 5 deletions

View file

@ -22,7 +22,7 @@ jobs:
name: Build & push Docker image
with:
image: websoft9dev/appmanage
tags: 0.2.0
tags: 0.3.0
registry: docker.io
dockerfile: appmanage/Dockerfile
directory: appmanage

View file

@ -10,7 +10,7 @@ COPY static ./static
COPY requirements.txt main.py ./
RUN apt update
# Install supervisords
# Install supervisord
RUN apt install -y supervisor
COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
COPY config/cmd.sh /cmd.sh

View file

@ -2,14 +2,14 @@
"SERVICES": {
"PORTAINER": "2.18.3",
"NGINX": "2.10.3",
"APPMANAGE": "0.2.0",
"APPMANAGE": "0.3.0",
"REDIS": "7.0.11"
},
"PLUGINS": {
"PORTAINER": "1.0.0",
"NGINX": "1.0.0",
"MYAPPS": "1.0.0",
"MYAPPS": "1.0.1",
"APPSTORE": "1.0.0"
},
"VERSION": "0.2.0"
"VERSION": "0.3.0"
}