fix(openbao): use simple depends_on syntax for Portainer compatibility
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
- Change depends_on from condition-based to simple list syntax - Fixes: 'Services.openbao-init.depends_on must be a list' error - Compatible with Portainer's compose parser Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -63,8 +63,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- openbao_init:/openbao/init
|
- openbao_init:/openbao/init
|
||||||
depends_on:
|
depends_on:
|
||||||
openbao:
|
- openbao
|
||||||
condition: service_healthy
|
|
||||||
restart: "no"
|
restart: "no"
|
||||||
networks:
|
networks:
|
||||||
- mosaic_internal
|
- mosaic_internal
|
||||||
|
|||||||
Reference in New Issue
Block a user