Docker image of strfry, a relay for the nostr protocol.
Via Docker Compose:
services:
strfry:
container_name: strfry
image: dockurr/strfry
ports:
- 7777:7777
volumes:
- ./strfry-db:/app/strfry-db
- ./strfry.conf:/etc/strfry.conf
Via Docker CLI:
docker run -it --rm -p 7777:7777 -v " ./strfry.conf:/etc/strfry.conf" dockurr/strfry