mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-04-13 11:40:41 +02:00
update nostr-rs-relay
This commit is contained in:
parent
da30072c47
commit
724f6c45e3
@ -2,11 +2,13 @@ version: "3.8"
|
|||||||
services:
|
services:
|
||||||
nostr-rs-relay:
|
nostr-rs-relay:
|
||||||
image: scsibug/nostr-rs-relay
|
image: scsibug/nostr-rs-relay
|
||||||
|
command: "./nostr-rs-relay --config etc/config.toml --db var"
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8008:8008"
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/etc/config.toml:/usr/src/app/config.toml:ro
|
- ./data/etc:/usr/src/app/etc
|
||||||
- ./data/var:/usr/src/app/db
|
- ./data/var:/usr/src/app/var
|
||||||
environment:
|
environment:
|
||||||
- RUST_LOG=info,nostr_rs_relay=info
|
- RUST_LOG=info,nostr_rs_relay=info
|
||||||
|
privileged: true
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
Loading…
x
Reference in New Issue
Block a user