# Deploy Xwiki with Easypanel

URL: /templates/xwiki

XWiki is a powerful, open source enterprise wiki platform designed for collaboration and content management. It offers extensive features to create, manage, and share knowledge effectively.

## Benefits

### Collaborative Editing

XWiki offers robust collaborative editing features for real-time teamwork.

### Enterprise Integration

XWiki seamlessly integrates with various enterprise systems for flexible workflows.

### Open Source Community

Built on an open source platform, XWiki benefits from a vibrant community and continuous innovation.

## Features

### Wiki Engine

Provides a powerful wiki engine for creating and managing content.

### WYSIWYG Editor

Enables easy content editing with a user-friendly interface.

### Extensible Architecture

Supports customization and extension to fit diverse organizational needs.

### Collaborative Tools

Includes tools for discussion, version control, and collaborative work.

## Configuration

- `appServiceName` (App Service Name, required): xwiki

- `appServiceImage` (App Service Image, required): xwiki:18.2.1-postgres-tomcat — XWiki Docker image with PostgreSQL support

- `databaseServiceImage` (Database Service Image, required): postgres:17 — PostgreSQL Docker image

## Services

- xwiki: app (xwiki:18.2.1-postgres-tomcat)

- xwiki-db: app (postgres:17)

## Resources

- [Github](https://github.com/xwiki/xwiki-platform)

- [Template source](https://github.com/easypanel-io/templates/tree/main/templates/xwiki)