index

id: e4445af65aba5e78d6ec3f1f64f7dec64138ed19ca7f4ef245e09d66e057f2c5

id (bech32): note1u3z94aj6hf0834hv8u0kfa77ceqn3mgeefl5auj9uzwkdczh7tzsp290du

sig: 57078c746f20b1a0d208ffc9b8b415c41dc6ddd4ba64f3f766934067c54b18f9a1b8279c0277b8985be1acbb33af92d169a6d16b6152f39c93caf2762d45857f

created_at: 2026-04-12 18:35:39 +0900

created_at (unix time): 1775986539

content:

あったねやっぱり.好きなコマンドで正常稼働の定義が出来る.今まで全然調べてなかったの良くなかった…

services:
base:
image: some-base-service:1.0.0
healthcheck:
test: [ "CMD", "test", "-f", "/path/to/ok-flag" ]
interval: 5s
timeout: 3s
retries: 5
app:
image: my-app:1.2.3
depends_on: { base: service_healthy }

JSON