Merge pull request #4576 from aheinze/main

Add Cockpit CMS service / template
This commit is contained in:
🏔️ Peak
2024-12-18 14:52:03 +01:00
committed by GitHub
2 changed files with 26 additions and 0 deletions

7
public/svgs/cockpit.svg Executable file
View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="600pt" height="576pt" viewBox="0 0 600 576" version="1.1" xmlns="http://www.w3.org/2000/svg">
<g id="#000000ff">
<path fill="#000000" opacity="1.00" d=" M 88.76 233.75 C 127.40 192.81 167.66 153.43 206.17 112.36 C 229.50 134.95 252.71 157.66 275.79 180.51 C 240.27 216.74 205.14 253.38 169.34 289.34 C 165.26 293.39 160.22 297.73 159.99 303.93 C 160.00 309.68 161.08 316.29 165.97 319.99 C 172.24 324.68 180.78 322.33 187.26 319.29 C 190.91 314.95 194.91 310.93 198.85 306.86 C 245.45 259.44 291.57 211.55 337.63 163.60 C 358.10 141.67 387.23 128.17 417.15 126.43 C 439.99 125.01 462.80 131.44 482.84 142.13 C 495.78 149.24 507.52 158.91 515.91 171.15 C 524.05 183.79 531.28 197.23 535.04 211.88 C 541.36 235.30 540.51 260.82 531.50 283.43 C 526.73 296.04 519.75 307.78 511.01 318.05 C 497.09 334.80 480.20 348.75 466.01 365.25 C 487.29 385.09 508.09 405.45 528.95 425.73 C 503.52 451.47 478.35 477.47 453.46 503.73 C 409.57 461.62 366.52 418.64 322.61 376.54 C 360.42 338.03 397.80 299.11 435.31 260.30 C 438.43 257.22 440.18 253.14 442.73 249.63 C 445.26 245.89 444.49 241.15 444.41 236.91 C 443.03 234.72 442.07 232.31 441.21 229.89 C 435.48 224.26 426.32 221.26 418.70 224.68 C 413.30 226.97 410.23 232.25 406.19 236.20 C 355.63 287.00 306.89 339.57 256.29 390.32 C 237.54 408.12 212.04 417.98 186.39 419.53 C 156.75 421.39 126.23 412.70 102.86 394.16 C 95.28 388.37 89.26 380.83 83.86 373.04 C 66.40 347.27 58.93 314.71 64.23 283.96 C 67.27 265.31 75.75 247.51 88.76 233.75 Z" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -0,0 +1,19 @@
# documentation: https://getcockpit.com/documentation/
# slogan: Cockpit is a headless content platform that is lightweight, fast and ready for takeoff.
# tags: cockpit, headless, cms, database, nosql
# logo: svgs/cockpit.svg
# port: 80
services:
cockpit:
image: cockpithq/cockpit:core-latest
volumes:
- cockpit-config:/var/www/html/config
- cockpit-spaces:/var/www/html/.spaces
- cockpit-storage:/var/www/html/storage
healthcheck:
test:
["CMD", "wget", "-q", "--spider", "http://127.0.0.1/api/system/healthcheck"]
interval: 5s
timeout: 20s
retries: 10