relay.beta.fogtype.com/compose.yml

19 lines
492 B
YAML
Raw Normal View History

2023-02-07 23:13:44 +09:00
services:
nostr:
image: scsibug/nostr-rs-relay:0.8.7@sha256:b71581bd819cbe5ad6e36d82367a45fbdcbd76866e72c6af779ac55f0b2d2d27
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
2023-02-18 14:34:18 +09:00
- ./favicon.ico:/usr/src/app/favicon.ico:ro
2023-02-07 23:13:44 +09:00
- ./config.toml:/usr/src/app/config.toml:ro
networks:
caddy:
external: true
volumes:
nostr_data: