diff --git a/sample-docker-compose.yaml b/sample-docker-compose.yaml new file mode 100644 index 0000000..dc1caf3 --- /dev/null +++ b/sample-docker-compose.yaml @@ -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"