2023-02-07 23:13:44 +09:00
|
|
|
services:
|
|
|
|
nostr:
|
2024-10-03 06:39:53 +00:00
|
|
|
image: scsibug/nostr-rs-relay:0.9.0@sha256:03f54bfbffff80a50db62c9287913bd25a2dec08033b56d2122bc2550363d5c5
|
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:
|