Skip to content

SwooleDistributed/swoole-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swoole-docker

SwooleDistributed 开源项目 docker 运行环境

使用此项目需要掌握 docker 和 docker-compose 进行服务编排的基础知识

项目结构

|-- APP # 用于正式环境
|   `-- docker-compose.yml
|-- DEV # 用于测试环境
|   |-- Dockerfile
|   |-- config
|   |   |-- opcache-recommended.ini
|   |   `-- php.ini
|   |-- docker-compose.yml
|   `-- sshd_config
|-- SD # SwooleDistributed demo
|   |-- Dockerfile
|   `-- composer.json
|-- SWOOLE # swoole 环境
|   |-- Dockerfile
|   `-- config
|       |-- opcache-recommended.ini
|       `-- php.ini
`-- readme.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published