relay.beta.fogtype.com/compose.yml

18 lines
442 B
YAML
Raw Normal View History

2023-02-07 23:13:44 +09:00
services:
nostr:
image: scsibug/nostr-rs-relay:0.8.6@sha256:7233a09b5b046b8c9b1d58f9b236e4b5684ec28298530102dc81c1da683316eb
2023-02-07 23:13:44 +09:00
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: