Skip to content

dockur/strfry

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

886 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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++ 67.0%
  • C 14.9%
  • Perl 7.7%
  • Shell 3.8%
  • JavaScript 2.8%
  • Go Template 2.3%
  • Other 1.5%