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