Merge pull request #14 from niteshbalusu11/sample-docker-compose

Add a sample docker-compose file
This commit is contained in:
Doug Hoyte
2023-02-02 15:02:15 -05:00
committed by GitHub

View File

@ -0,0 +1,8 @@
services:
strfry-nostr-relay:
build: .
volumes:
- /path/to/strfry.conf:/etc/strfry.conf
- /path/to/strfry-db:/app/strfry-db
ports:
- "7777:7777"