services: nostr: image: scsibug/nostr-rs-relay:0.8.3@sha256:8813496c9821b0e110002db763318322576070726b291afde093b129923441e0 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: