Skip to content
/ strfry Public
forked from hoytech/strfry

Nostr relay server in a Docker container.

License

Notifications You must be signed in to change notification settings

dockur/strfry

 
 

Repository files navigation

strfry-docker

Build Version Size Package Pulls

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

Usage 🐳

Via Docker Compose:

services:
  strfry:
    container_name: strfry
    image: dockurr/strfry
    ports:
        - 7777:7777
    volumes:
        - ./strfry-db:/app/strfry-db
        - ./strfry.conf:/etc/strfry.conf

Via Docker CLI:

docker run -it --rm -p 7777:7777 -v " ./strfry.conf:/etc/strfry.conf" dockurr/strfry

Stars 🌟

Stars

Languages

  • C++ 86.2%
  • Perl 10.3%
  • Dockerfile 1.6%
  • Python 1.2%
  • Shell 0.3%
  • Makefile 0.2%
  • Other 0.2%