mirror of
https://github.com/studiokaiji/nostr-webhost.git
synced 2025-12-17 06:44:28 +01:00
12 lines
277 B
YAML
12 lines
277 B
YAML
version: "3.9"
|
|
services:
|
|
relay:
|
|
image: "scsibug/nostr-rs-relay"
|
|
ports:
|
|
- "7001:8080"
|
|
volumes:
|
|
- ./nostr-rs-relay/data:/usr/src/app/db
|
|
- ./nostr-rs-relay/config.toml:/usr/src/app/config.toml
|
|
user: root
|
|
container_name: nostr-webhost-relay
|