Skip to content

Commit

Permalink
Merge pull request #4576 from aheinze/main
Browse files Browse the repository at this point in the history
Add Cockpit CMS service / template
  • Loading branch information
peaklabs-dev authored Dec 18, 2024
2 parents ad16512 + d6e0f25 commit 7c36bd3
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
7 changes: 7 additions & 0 deletions public/svgs/cockpit.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions templates/compose/cockpit.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7c36bd3

Please sign in to comment.