2023-02-07 23:13:44 +09:00
|
|
|
services:
|
|
|
|
nostr:
|
2023-02-18 03:09:24 +00:00
|
|
|
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
|
|
|
|
- ./config.toml:/usr/src/app/config.toml:ro
|
|
|
|
networks:
|
|
|
|
caddy:
|
|
|
|
external: true
|
|
|
|
volumes:
|
|
|
|
nostr_data:
|