fix(openbao): use simple depends_on syntax for Portainer compatibility

- 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 <[email protected]>
This commit is contained in:
2026-02-08 17:38:40 -06:00
co-authored by Claude Opus 4.6
parent 7c01352ab5
commit 83dee62f0e
+1 -2
View File
@@ -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