services: nostr: image: scsibug/nostr-rs-relay:0.8.6@sha256:7233a09b5b046b8c9b1d58f9b236e4b5684ec28298530102dc81c1da683316eb 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: