mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-16 16:28:50 +00:00
9 lines
177 B
YAML
9 lines
177 B
YAML
services:
|
|
strfry-nostr-relay:
|
|
build: .
|
|
volumes:
|
|
- /path/to/strfry.conf:/etc/strfry.conf
|
|
- /path/to/strfry-db:/app/strfry-db
|
|
ports:
|
|
- "7777:7777"
|