Added VERT universal file format converter deployed at vert.pivoine.art: **Vert stack** (vert.pivoine.art): - vert: WebAssembly-based file converter - Supports 250+ file formats (images, audio, documents, video) - Client-side processing for privacy - No file size limits - No persistent data storage (stateless) Infrastructure updates: - Created vert/compose.yaml with Vert configuration - Added VERT_* environment variables to arty.yml - Updated compose.yaml to include vert stack - Updated README.md and CLAUDE.md documentation - No backup needed (stateless service) 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>
24 lines
465 B
YAML
24 lines
465 B
YAML
name: falcon
|
|
include:
|
|
- core/compose.yaml
|
|
- awsm/compose.yaml
|
|
- sexy/compose.yaml
|
|
- gotify/compose.yaml
|
|
- scrapy/compose.yaml
|
|
- n8n/compose.yaml
|
|
- stash/compose.yaml
|
|
- links/compose.yaml
|
|
- vault/compose.yaml
|
|
- joplin/compose.yaml
|
|
- vert/compose.yaml
|
|
- restic/compose.yaml
|
|
- umami/compose.yaml
|
|
- sablier/compose.yaml
|
|
- proxy/compose.yaml
|
|
- watch/compose.yaml
|
|
|
|
networks:
|
|
compose_network:
|
|
name: ${NETWORK_NAME}
|
|
external: true
|