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 name: Build & push Docker image
with: with:
image: websoft9dev/appmanage image: websoft9dev/appmanage
tags: 0.2.0 tags: 0.3.0
registry: docker.io registry: docker.io
dockerfile: appmanage/Dockerfile dockerfile: appmanage/Dockerfile
directory: appmanage directory: appmanage

View file

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

View file

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