[DOCKER] Automated PR for karakeep-replace-wallabag_2025-06-22T06-53-13 - #81 #81
@@ -146,7 +146,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
DOCKER_HOST: tcp://dockerproxy:2375
|
DOCKER_HOST: tcp://dockerproxy:2375
|
||||||
with:
|
with:
|
||||||
services: ${DOCKER_SVC_LIST}
|
services: ${{ needs.generate-service-list.outputs.svc_deploy_list }}
|
||||||
up-flags: -d --remove-orphans --dry-run
|
up-flags: -d --remove-orphans --dry-run
|
||||||
down-flags: --dry-run
|
down-flags: --dry-run
|
||||||
compose-flags: --dry-run
|
compose-flags: --dry-run
|
||||||
@@ -339,10 +339,9 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
DOCKER_HOST: tcp://dockerproxy:2375
|
DOCKER_HOST: tcp://dockerproxy:2375
|
||||||
with:
|
with:
|
||||||
services: ${DOCKER_SVC_LIST}
|
services: ${{ needs.generate-service-list.outputs.svc_deploy_list }}
|
||||||
up-flags: -d --remove-orphans
|
up-flags: -d --remove-orphans
|
||||||
down-flags: --dry-run
|
down-flags: --dry-run
|
||||||
compose-flags: --progress tty
|
|
||||||
- name: Check Services' Healthiness
|
- name: Check Services' Healthiness
|
||||||
uses: thegabriele97/dockercompose-health-action@main
|
uses: thegabriele97/dockercompose-health-action@main
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user