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-10-25 13:52:01 +02:00
|
|
|
- gotify/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-10-28 22:27:33 +01:00
|
|
|
- umami/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
|