1
0

add nostr relay (#584)

This commit is contained in:
Andrew Camilleri
2022-01-18 15:37:13 +01:00
committed by GitHub
parent c629f3b779
commit 107dd36242
6 changed files with 63 additions and 5 deletions

View File

@@ -0,0 +1,16 @@
version: "3"
services:
nnostr-relay:
restart: unless-stopped
image: kukks/nnostr-relay:v0.0.5
container_name: nnostr-relay
environment:
NOSTR_CONNECTIONSTRINGS__RelayDatabase: User ID=postgres;Host=postgres;Port=5432;Database=nnostr
ASPNETCORE_URLS: "http://0.0.0.0:80"
links:
- postgres
- btcpayserver
btcpayserver:
environment:
BTCPAY_EXTERNALSERVICES: "Nostr Relay:nostr;"