relay.beta.fogtype.com/compose.yml

17 lines
442 B
YAML

services:
nostr:
image: scsibug/nostr-rs-relay:0.8.4@sha256:4923caced1536c879f0fb946f69cb5a99f0c7cbfd1886b93dc905faa8894c5df
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: