[DOCKER] Automated PR for plantuml-swag-proxy_2025-10-01T17-32-58 - #424 #424

Merged
gitea-sonarqube-bot merged 16 commits from plantuml-swag-proxy_2025-10-01T17-32-58 into main 2025-10-02 08:24:44 -04:00
2 changed files with 14 additions and 14 deletions
Showing only changes of commit b1295835ee - Show all commits
@@ -189,6 +189,19 @@ jobs:
with:
version: ${{ env.HC_VAULT_VERSION }}
- name: Gotify Notification
uses: eikendev/gotify-action@master
with:
gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}"
gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}"
notification_title: "GITEA: Docker Compose Dry Run @ Rinoa"
notification_message: "Starting Docker Compose dry run..."
- name: Generate .env file for Docker Compose
run: |
vault kv get -format=json rinoa-docker/env | jq -r '.data.data' | jq -r 'keys[] as $k | "\($k)='\''\(.[$k])'\''"' > .env
echo ${DOCKER_SVC_LIST}
- name: Pre-pull service images
run: |
# Pull only the images needed for this dry run
@@ -203,19 +216,6 @@ jobs:
fi
done
- name: Gotify Notification
uses: eikendev/gotify-action@master
with:
gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}"
gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}"
notification_title: "GITEA: Docker Compose Dry Run @ Rinoa"
notification_message: "Starting Docker Compose dry run..."
- name: Generate .env file for Docker Compose
run: |
vault kv get -format=json rinoa-docker/env | jq -r '.data.data' | jq -r 'keys[] as $k | "\($k)='\''\(.[$k])'\''"' > .env
echo ${DOCKER_SVC_LIST}
- name: Docker Compose Dry Run
uses: hoverkraft-tech/compose-action@b716db5b717cb9b81e391fe638e5aceaa2299e43 # v2.4.0
env:
+1 -1
View File
@@ -4954,7 +4954,7 @@ services:
homepage.name: PlantUML
homepage.href: https://plantuml.${MY_TLD}
homepage.icon: plantuml.svg
homepage.description: Kanban board
homepage.description: Diagram creation tool
swag: enable
swag_port: 8080
swag_url: plantuml.${MY_TLD}