services: nostr: image: scsibug/nostr-rs-relay:0.8.5@sha256:f9b4fb3266b1006df4bfad7d5a16a6f5dc9eddaaaace780965b5a05db7d9b6cb restart: unless-stopped networks: - caddy labels: caddy: relay.beta.fogtype.com caddy.reverse_proxy: "{{upstreams 8080}}" volumes: - nostr_data:/usr/src/app/db - ./config.toml:/usr/src/app/config.toml:ro networks: caddy: external: true volumes: nostr_data: