Skip to content

rouralberto/tengine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Tengine 3.1.0

A lightweight Docker image for Tengine, a web server originated by Taobao, the largest e-commerce website in Asia. It is based on the Nginx HTTP server and has many advanced features. Tengine has proven to be very stable and efficient on some of the top 100 websites in the world, including taobao.com and tmall.com.

Tengine has been an open source project since December 2011. It is being actively developed by the Tengine team, whose core members are from Taobao, Sogou and other Internet companies. Tengine is a community effort and everyone is encouraged to get involved.

Configuration

Add a custom default.conf to the /etc/nginx/conf.d/ directory. This image is intended to work as a drop-in replacement for Nginx.

Usage example with Docker Compose

version: "3.9"
services:
  web:
    image: roura/tengine
    container_name: tengine
    restart: on-failure
    ports:
      - "80:80"

Contributing

Anyone is very welcomed to contribute to the project in GitHub.