Create sample-docker-compose.yaml

This commit is contained in:
Nitesh Balusu 2023-02-02 22:22:10 +05:30 committed by GitHub
parent 13c479dd40
commit f21a619c39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"