mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 15:40:22 +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
|
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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
Loading…
Reference in a new issue