mid code commit

This commit is contained in:
zazawowow
2026-01-24 23:18:24 +00:00
parent c293bd9880
commit 1ac70634bd
89 changed files with 1664 additions and 40 deletions
+4 -4
View File
@@ -5,9 +5,9 @@ app:
description: Web5 wallet with Decentralized Identifier (DID) support. Manage your digital identity and Web5 assets.
container:
image: tbd/web5-wallet:latest
image: archipelago/did-wallet:latest
image_signature: cosign://...
pull_policy: verify-signature
pull_policy: if-not-present
dependencies:
- app_id: web5-dwn
@@ -26,7 +26,7 @@ app:
apparmor_profile: did-wallet
ports:
- host: 8080
- host: 8083
container: 8080
protocol: tcp # Web UI
@@ -42,7 +42,7 @@ app:
health_check:
type: http
endpoint: http://localhost:8080
endpoint: http://localhost:8083
path: /health
interval: 30s
timeout: 5s