diff --git a/apps/strfry/manifest.yml b/apps/strfry/manifest.yml index b9ce5d57..80e4f827 100644 --- a/apps/strfry/manifest.yml +++ b/apps/strfry/manifest.yml @@ -27,14 +27,14 @@ app: apparmor_profile: nostr-relay ports: - - host: 8082 + - host: 8090 container: 8080 protocol: tcp # HTTP/WebSocket volumes: - type: bind source: /var/lib/archipelago/strfry - target: /strfry + target: /app/strfry-db options: [rw] environment: @@ -42,7 +42,7 @@ app: health_check: type: http - endpoint: http://localhost:8082 + endpoint: http://localhost:8090 path: /health interval: 30s timeout: 5s