2023-02-07 23:13:44 +09:00
|
|
|
services:
|
|
|
|
nostr:
|
2023-02-07 15:04:56 +00:00
|
|
|
image: scsibug/nostr-rs-relay:0.8.2@sha256:def5fc4f85762c40f1adc7e8982bf6a9b0e69dca5bf0a2fc1c19dd2ec8cc646d
|
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:
|