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:
|
||||
- openbao_init:/openbao/init
|
||||
depends_on:
|
||||
openbao:
|
||||
condition: service_healthy
|
||||
- openbao
|
||||
restart: "no"
|
||||
networks:
|
||||
- mosaic_internal
|
||||
|
||||
Reference in New Issue
Block a user