Compare commits
10 commits
2453021bf2
...
e240355a21
Author | SHA1 | Date | |
---|---|---|---|
e240355a21 | |||
853803e817 | |||
|
a06b683276 | ||
|
08ea6e156b | ||
906e0a1d63 | |||
2277cefd40 | |||
1338c63fbd | |||
ba0f6dbd27 | |||
92e5d31e2a | |||
|
41aeecd39d |
3 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
nostr:
|
||||
image: scsibug/nostr-rs-relay:0.8.6@sha256:7233a09b5b046b8c9b1d58f9b236e4b5684ec28298530102dc81c1da683316eb
|
||||
image: scsibug/nostr-rs-relay:0.9.0@sha256:03f54bfbffff80a50db62c9287913bd25a2dec08033b56d2122bc2550363d5c5
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- caddy
|
||||
|
@ -9,6 +9,7 @@ services:
|
|||
caddy.reverse_proxy: "{{upstreams 8080}}"
|
||||
volumes:
|
||||
- nostr_data:/usr/src/app/db
|
||||
- ./favicon.ico:/usr/src/app/favicon.ico:ro
|
||||
- ./config.toml:/usr/src/app/config.toml:ro
|
||||
networks:
|
||||
caddy:
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "Fogtype Relay (beta)"
|
||||
pubkey = "c90a759ab3bc4006f1fe5684a1a0278b41e868580932ad67760f3e52db6112d0"
|
||||
relay_url = "wss://relay.beta.fogtype.com"
|
||||
favicon = "favicon.ico"
|
||||
|
||||
[authorization]
|
||||
pubkey_whitelist = [
|
||||
|
|
BIN
favicon.ico
Normal file
BIN
favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
Loading…
Add table
Reference in a new issue