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.
14 lines
383 B
14 lines
383 B
services: |
|
aitherboard: |
|
build: |
|
context: . |
|
args: |
|
VITE_DEFAULT_RELAYS: "wss://theforest.nostr1.com,wss://nostr21.com,wss://nostr.land,wss://orly-relay.imwald.eu" |
|
VITE_ZAP_THRESHOLD: "1" |
|
VITE_THREAD_TIMEOUT_DAYS: "30" |
|
VITE_PWA_ENABLED: "true" |
|
ports: |
|
- "9876:9876" |
|
environment: |
|
- PORT=9876 |
|
restart: unless-stopped
|
|
|