mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 17:21:04 +00:00
Add RustFS one-click service template
Add RustFS service definition with Docker Compose configuration and SVG logo for Coolify's service marketplace. Includes S3-compatible object storage setup with health checks and configurable environment variables. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
15
public/svgs/rustfs.svg
Normal file
15
public/svgs/rustfs.svg
Normal file
@@ -0,0 +1,15 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128">
|
||||
<defs>
|
||||
<linearGradient id="rustGrad" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" style="stop-color:#E67E22"/>
|
||||
<stop offset="100%" style="stop-color:#D35400"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="8" y="24" width="112" height="80" rx="8" fill="url(#rustGrad)"/>
|
||||
<rect x="20" y="38" width="88" height="12" rx="3" fill="#FFF" opacity="0.9"/>
|
||||
<rect x="20" y="58" width="88" height="12" rx="3" fill="#FFF" opacity="0.7"/>
|
||||
<rect x="20" y="78" width="88" height="12" rx="3" fill="#FFF" opacity="0.5"/>
|
||||
<circle cx="28" cy="44" r="3" fill="#27AE60"/>
|
||||
<circle cx="28" cy="64" r="3" fill="#27AE60"/>
|
||||
<circle cx="28" cy="84" r="3" fill="#27AE60"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 753 B |
Reference in New Issue
Block a user