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
+11 -5
View File
@@ -7,7 +7,7 @@ app:
container:
image: archipelago/router:latest
image_signature: cosign://...
pull_policy: verify-signature
pull_policy: if-not-present
dependencies:
- storage: 500Mi
@@ -24,9 +24,15 @@ app:
apparmor_profile: router
ports:
- 8080:8080 # Web UI
- 5353:5353 # mDNS/Bonjour
- 1900:1900 # SSDP
- host: 8084
container: 8080
protocol: tcp # Web UI
- host: 5353
container: 5353
protocol: udp # mDNS/Bonjour
- host: 1900
container: 1900
protocol: udp # SSDP
volumes:
- type: bind
@@ -45,7 +51,7 @@ app:
health_check:
type: http
endpoint: http://localhost:8080
endpoint: http://localhost:8084
path: /health
interval: 30s
timeout: 5s