From 0c09cccd4f3db43277c38cc97b2d6bb3f7eda99a Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 7 May 2024 13:55:52 +0200 Subject: [PATCH] Docs: Add docker compose guide --- doc/admin/installation/community.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/admin/installation/community.rst b/doc/admin/installation/community.rst index 66e9e22719..2aaa660e27 100644 --- a/doc/admin/installation/community.rst +++ b/doc/admin/installation/community.rst @@ -3,11 +3,16 @@ .. _`community`: Community install guides -================================ +======================== .. warning:: The guides are maintained by the community and not by the pretix core team. If you encounter any issues with the guides, please report them to the maintainers of the guides. The pretix core team can not provide support for installs using these guides. Kubernetes ------------- +---------- + - Helm Chart by techwolf12 - A Helm chart for deploying pretix on Kubernetes. The chart documentation is available on `ArtifactHub `_ and the source code is available on `GitHub `_. +Docker +------ + +- `docker compose setup `_ by ZPascal \ No newline at end of file