mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +00:00
release 0.3.0
This commit is contained in:
parent
353d18738e
commit
548c6b86b6
3 changed files with 5 additions and 5 deletions
2
.github/workflows/appmanage_docker.yml
vendored
2
.github/workflows/appmanage_docker.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
}
|
Loading…
Reference in a new issue