AnQiCMS supports Docker container deployment, simplifying the operation and maintenance process.

Docker image

The official AnQiCMS Docker image is provided, which can be directly pulled and used. You can also build a customized image by yourself.

docker-compose

Use the docker-compose.yml configuration file to start AnQiCMS and the database with one click. Simplify the process of multi-container orchestration.

environment variables

Configure database connection, port number, and other parameters through environment variables. The container can be started by passing the corresponding variables to complete the configuration.

Data persistence

Using Docker Volume to mount database data and upload file directories, ensuring that the data is not lost after the container is rebuilt.

Kubernetes support

Can be deployed AnQiCMS in the Kubernetes cluster, supporting horizontal scaling, automatic recovery, rolling updates and other enterprise-level features.