dockurr/strfry

Sponsored OSS

By dockurr

Updated 3 months ago

Nostr relay server in a Docker container.

Image
Networking
Web servers
Databases & storage
4

10K+

dockurr/strfry repository overview

strfry

Build Version Size Package Pulls

Docker image of strfry, a relay for the nostr protocol.

Features ✨

  • Provides a Nostr relay server
  • Supports custom configuration
  • Lightweight Alpine-based image

Usage 🐳

Docker Compose:
services:
  strfry:
    image: dockurr/strfry
    container_name: strfry
    ports:
      - 7777:7777
    volumes:
      - ./strfry-db:/app/strfry-db
      - ./strfry.conf:/etc/strfry.conf
    restart: always
    stop_grace_period: 2m
Docker CLI:
docker run -it --rm --name strfry -p 7777:7777 -v "${PWD:-.}/strfry-db:/app/strfry-db" -v "${PWD:-.}/strfry.conf:/etc/strfry.conf" --stop-timeout 120 docker.io/dockurr/strfry

Stars 🌟

Stargazers

Tag summary

Content type

Image

Digest

sha256:545555da5

Size

72 MB

Last updated

3 months ago

docker pull dockurr/strfry

This week's pulls

Pulls:

2,838

Last week