mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
26 lines
698 B
Markdown
26 lines
698 B
Markdown
---
|
|
# https://vitepress.dev/reference/default-theme-home-page
|
|
layout: home
|
|
|
|
hero:
|
|
name: "Frappe in Docker"
|
|
# text: "Frappe in Container"
|
|
tagline: "Documentation to use Docker based setup of Frappe framework"
|
|
image:
|
|
src: /frappe-docker.png
|
|
actions:
|
|
- theme: brand
|
|
text: Getting Started
|
|
link: /getting-started
|
|
- theme: alt
|
|
text: Single Compose Setup
|
|
link: /01-getting-started/04-single-compose-setup
|
|
|
|
features:
|
|
- title: Containerised
|
|
details: All the power of Frappe, but in the container
|
|
- title: Setup in Minutes
|
|
details: Get it started in a few minutes
|
|
- title: Production Ready
|
|
details: Deploy production applications with ease
|
|
---
|