Skip to content

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 docker.io/dockurr/strfry

Stars 🌟

Stars

Packages

 
 
 

Contributors

Languages

  • C++ 63.7%
  • C 19.4%
  • Perl 7.9%
  • Shell 4.5%
  • Go Template 2.6%
  • Dockerfile 0.9%
  • Other 1.0%