mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-02 17:08:38 +08:00
mul tags
This commit is contained in:
parent
98705b90a2
commit
c10d6166a9
20
.github/workflows/appmanage_docker.yml
vendored
20
.github/workflows/appmanage_docker.yml
vendored
@ -2,11 +2,11 @@ name: Docker Build And Push To Docker Hub
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [main]
|
||||
paths:
|
||||
- 'appmanage/Dockerfile'
|
||||
- 'appmanage/main.py'
|
||||
- 'appmanage/config/*'
|
||||
- "appmanage/Dockerfile"
|
||||
- "appmanage/main.py"
|
||||
- "appmanage/config/*"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -22,7 +22,9 @@ jobs:
|
||||
name: Build & push Docker image
|
||||
with:
|
||||
image: websoft9dev/appmanage
|
||||
tags: latest
|
||||
tags:
|
||||
- "latest"
|
||||
- "0.1.0"
|
||||
registry: docker.io
|
||||
dockerfile: appmanage/Dockerfile
|
||||
directory: appmanage
|
||||
@ -42,7 +44,7 @@ jobs:
|
||||
- name: Docker Hub Description
|
||||
uses: peter-evans/dockerhub-description@v3
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
repository: websoft9dev/appmanage
|
||||
readme-filepath: appmanage/myread.md
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
repository: websoft9dev/appmanage
|
||||
readme-filepath: appmanage/myread.md
|
||||
|
@ -10,7 +10,7 @@ COPY static ./static
|
||||
COPY requirements.txt main.py ./
|
||||
RUN apt update
|
||||
|
||||
# Install supervisord
|
||||
# Install supervisords
|
||||
RUN apt install -y supervisor
|
||||
COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
||||
COPY config/cmd.sh /cmd.sh
|
||||
|
@ -2,7 +2,7 @@ POWER_PASSWORD=uQ8E1wVTzG8SOk3!
|
||||
|
||||
APP_NAME=websoft9-kopia
|
||||
APP_NETWORK=websoft9
|
||||
APP_VERSION=latest
|
||||
APP_VERSION=0.13
|
||||
APP_HTTP_PORT=51515
|
||||
|
||||
APP_USER=admin
|
||||
|
@ -1,6 +1,6 @@
|
||||
POWER_PASSWORD=changeme
|
||||
APP_NAME=websoft9-nginxproxymanager
|
||||
APP_VERSION=latest
|
||||
APP_VERSION=2.10.3
|
||||
APP_HTTP_PORT=9092
|
||||
APP_USER=admin@example.com
|
||||
APP_PASSWORD=$POWER_PASSWORD
|
||||
|
@ -1,4 +1,4 @@
|
||||
APP_NAME=websoft9-portainer
|
||||
APP_VERSION=latest
|
||||
APP_VERSION=2.18.3
|
||||
APP_HTTP_PORT=9091
|
||||
APP_NETWORK=websoft9
|
@ -1,4 +1,4 @@
|
||||
APP_VERSION=latest
|
||||
APP_VERSION=7.0.11
|
||||
APP_DB_PORT=6379
|
||||
APP_NAME=websoft9-redis
|
||||
APP_NETWORK=websoft9
|
||||
|
Loading…
Reference in New Issue
Block a user