No central server, user-owned data, reverse-chronological feed. Rust core + Tauri desktop + Android app + plain HTML/CSS/JS frontend. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
20 lines
405 B
YAML
20 lines
405 B
YAML
services:
|
|
anchor:
|
|
build:
|
|
context: ..
|
|
dockerfile: deploy/Dockerfile
|
|
container_name: itsgoin-anchor
|
|
restart: unless-stopped
|
|
network_mode: host
|
|
volumes:
|
|
- itsgoin-data:/data
|
|
logging:
|
|
driver: json-file
|
|
options:
|
|
max-size: "10m"
|
|
max-file: "3"
|
|
environment:
|
|
- RUST_LOG=info,iroh=warn,swarm_discovery=warn
|
|
|
|
volumes:
|
|
itsgoin-data:
|