mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-07-27 17:28:35 +00:00
docker-compose example: do not use depends_on
Wait for the .runner file to exist instead as a proof that the runner is ready to accept a job
This commit is contained in:
parent
e385811e74
commit
82b6df801f
2 changed files with 4 additions and 7 deletions
|
@ -7,9 +7,6 @@ services:
|
|||
image: alpine:3.19
|
||||
links:
|
||||
- forgejo
|
||||
depends_on:
|
||||
runner-register:
|
||||
condition: service_completed_successfully
|
||||
command: >-
|
||||
sh -ec '
|
||||
apk add --quiet git curl jq ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue