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.
 
 
 
 
 

15 lines
446 B

services:
aitherboard:
container_name: aitherboard
build:
context: .
# Optional: override defaults from config.ts if needed
# Uncomment and modify if you want custom values:
# args:
# VITE_DEFAULT_RELAYS: "wss://theforest.nostr1.com,wss://nostr21.com,wss://nostr.land"
# VITE_THREAD_TIMEOUT_DAYS: "30"
ports:
- "9876:9876"
environment:
- PORT=9876
restart: unless-stopped