Files
nostr-webhost/docker-compose.yml
2023-08-21 10:25:27 +09:00

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