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

5
apps/strfry/Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
# Strfry - uses official image
FROM strfry/strfry:latest
# Default configuration is in the image
# No additional setup needed

View File

@@ -24,7 +24,9 @@ app:
apparmor_profile: nostr-relay
ports:
- 8080:8080 # HTTP/WebSocket
- host: 8082
container: 8080
protocol: tcp # HTTP/WebSocket
volumes:
- type: bind
@@ -37,7 +39,7 @@ app:
health_check:
type: http
endpoint: http://localhost:8080
endpoint: http://localhost:8082
path: /health
interval: 30s
timeout: 5s