2025-10-25 13:52:01 +02:00
|
|
|
name: falcon
|
|
|
|
|
include:
|
|
|
|
|
- core/compose.yaml
|
2025-10-26 17:05:56 +01:00
|
|
|
- awsm/compose.yaml
|
2025-10-26 10:54:01 +01:00
|
|
|
- sexy/compose.yaml
|
2025-11-08 19:43:11 +01:00
|
|
|
- mattermost/compose.yaml
|
2025-11-08 20:54:48 +01:00
|
|
|
- tandoor/compose.yaml
|
feat: add Scrapy, n8n, and Filestash stacks to Falcon
Added three new service stacks to the docker-compose infrastructure:
- **Scrapy stack** (scrapy.pivoine.art):
- scrapyd: Web scraping daemon with web interface (port 6800)
- scrapy: Development container for spider commands
- scrapyrt: Real-time API for running spiders (port 9080)
- **n8n stack** (n8n.pivoine.art):
- Workflow automation platform with PostgreSQL backend
- 200+ integrations for automated tasks
- Runners enabled for task execution
- Webhook support for external triggers
- **Filestash stack** (stash.pivoine.art):
- Web-based file manager with multi-backend support
- Supports SFTP, S3, Dropbox, Google Drive, FTP, WebDAV
- In-browser file viewing and media playback
Infrastructure updates:
- Updated PostgreSQL init script to create n8n database
- Added environment variables to arty.yml for all three stacks
- Updated compose.yaml include list
- Updated CLAUDE.md and README.md documentation
- Normalized service names in existing stacks (gotify, proxy, umami, vpn)
All services integrated with Traefik for SSL termination and include
Watchtower auto-update labels.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-04 22:36:13 +01:00
|
|
|
- scrapy/compose.yaml
|
|
|
|
|
- n8n/compose.yaml
|
|
|
|
|
- stash/compose.yaml
|
2025-11-06 07:49:49 +01:00
|
|
|
- links/compose.yaml
|
2025-11-06 11:15:12 +01:00
|
|
|
- vault/compose.yaml
|
2025-11-06 12:24:07 +01:00
|
|
|
- joplin/compose.yaml
|
2025-11-07 10:12:49 +01:00
|
|
|
- kit/compose.yaml
|
2025-11-06 20:36:01 +01:00
|
|
|
- jelly/compose.yaml
|
2025-11-06 21:22:12 +01:00
|
|
|
- drop/compose.yaml
|
2025-11-08 22:34:46 +01:00
|
|
|
- ai/compose.yaml
|
2025-11-06 10:13:07 +01:00
|
|
|
- restic/compose.yaml
|
feat: add Netdata monitoring stack
Added Netdata real-time monitoring system at netdata.pivoine.art:
- Real-time infrastructure and container monitoring
- Auto-discovers all Docker containers
- Tracks CPU, memory, disk, network usage per service
- Low overhead monitoring (~1-3% CPU)
- Self-hosted with web dashboard on port 19999
Configuration:
- Created netdata/compose.yaml with full Traefik integration
- Added to main compose.yaml include list
- Added environment variables to arty.yml
- Mounted Docker socket for container metrics
- Mounted system directories for host metrics (/proc, /sys, /var/log)
- Three persistent volumes: config, lib, cache
- Required capabilities: SYS_PTRACE, SYS_ADMIN for system monitoring
- Watchtower enabled for automatic updates
Benefits for infrastructure:
- Monitor 20+ running services in real-time
- Track PostgreSQL, Redis, Traefik performance
- Watch backup processes (Backrest/Restic)
- Monitor Jellyfin transcoding load
- Alert on resource issues before they become critical
- Historical data for capacity planning
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-08 18:28:47 +01:00
|
|
|
- netdata/compose.yaml
|
2025-10-28 22:27:33 +01:00
|
|
|
- umami/compose.yaml
|
2025-11-06 09:23:20 +01:00
|
|
|
- sablier/compose.yaml
|
2025-10-25 13:52:01 +02:00
|
|
|
- proxy/compose.yaml
|
2025-10-29 06:50:41 +01:00
|
|
|
- watch/compose.yaml
|
2025-10-25 13:52:01 +02:00
|
|
|
|
|
|
|
|
networks:
|
|
|
|
|
compose_network:
|
2025-10-26 11:05:19 +01:00
|
|
|
name: ${NETWORK_NAME}
|
2025-10-25 13:52:01 +02:00
|
|
|
external: true
|