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