Nostr relay server in a Docker container.
50K+
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:7ae77f50c…
Size
72 MB
Last updated
21 days ago
docker pull dockurr/strfryPulls:
3,058
Last week