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

Build Version Size Package Pulls

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

Usage 🐳

Via 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
Via 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 dockurr/strfry

Stars 🌟

Stars

Packages

 
 
 

Languages

  • C++ 85.3%
  • Perl 11.3%
  • Dockerfile 1.3%
  • Python 1.1%
  • Shell 0.6%
  • Makefile 0.2%
  • Other 0.2%