Nostr relay server in a Docker container.
10K+
Docker image of strfry, a relay for the nostr protocol.
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 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
Content type
Image
Digest
sha256:545555da5…
Size
72 MB
Last updated
3 months ago
docker pull dockurr/strfryPulls:
2,838
Last week