You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

24 lines
689 B

version: "3.7"
services:
app_proxy:
environment:
APP_HOST: nostr-relay_web_1
APP_PORT: 3000
PROXY_AUTH_ADD: "false"
web:
image: getumbrel/umbrel-nostr-relay:v0.1.0@sha256:1c3c2b0563e567258a37e75e5c98028dce02503e522d29914b2a34e6d2eb3421
user: "1000:1000"
restart: on-failure
environment:
RELAY_HOST: "nostr-relay_relay_1"
RELAY_PORT: "8080"
relay:
image: getumbrel/nostr-rs-relay:0.8.1@sha256:a6c857aecd4964bf058ec5c3c0fea95e0d87ed0cc789f2140f96de108e5515ec
user: "1000:1000"
restart: on-failure
volumes:
- ${APP_DATA_DIR}/data/relay/config.toml:/app/config.toml
- ${APP_DATA_DIR}/data/relay/db:/app/db