mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-17 08:48:51 +00:00
Create sample-docker-compose.yaml
This commit is contained in:
8
sample-docker-compose.yaml
Normal file
8
sample-docker-compose.yaml
Normal 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"
|
Reference in New Issue
Block a user