Skip to content

Commit b714e75

Browse files
authored
Release v17.09-rc12
Release v17.09-rc12 (#24)
1 parent a22f8b7 commit b714e75

20 files changed

+145
-183
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
KHS1994_LNMP_DOCKER_VERSION=v17.09-rc11
1+
KHS1994_LNMP_DOCKER_VERSION=v17.09-rc12
22

33
# Docker Compose VAR
44

Changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ Changelog
55

66
#### v17.12 rc1
77

8+
#### v17.09 rc12
9+
10+
Bug fixes:
11+
* Fix `./lnmp-docker.sh` CLI
12+
13+
Updates:
14+
* Update Support Documents
15+
816
#### v17.09 rc11
917

1018
Changes:

README.cn.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,16 @@ $ docker-compose down
7777

7878
|Name|Docker Image|Version|Based|
7979
|:-- |:-- |:-- |:-- |
80-
|[NGINX](https://github.com/khs1994-docker/nginx) |khs1994/nginx:1.13.5-alpine |`1.13.6` |Alpine:3.5|
80+
|[NGINX](https://github.com/khs1994-docker/nginx) |khs1994/nginx:1.13.6-alpine |[![GitHub release](https://img.shields.io/github/release/khs1994-docker/nginx.svg)](https://github.com/khs1994-docker/nginx/releases) |Alpine:3.5|
8181
|MySQL |mysql:5.7.19 |`5.7.19` |Debian:jessie|
82-
|[Redis](https://github.com/khs1994-docker/redis) |khs1994/redis:4.0.2-alpine |`4.0.2` |Alpine:3.6|
83-
|[PHP-FPM](https://github.com/khs1994-docker/php-fpm) |khs1994/php-fpm:7.1.10-alpine |`7.1.10` |Alpine:3.4|
82+
|[Redis](https://github.com/khs1994-docker/redis) |khs1994/redis:4.0.2-alpine |[![GitHub release](https://img.shields.io/github/release/khs1994-docker/redis.svg)](https://github.com/khs1994-docker/redis/releases) |Alpine:3.6|
83+
|[PHP-FPM](https://github.com/khs1994-docker/php-fpm) |khs1994/php-fpm:7.1.10-alpine |[![GitHub release](https://img.shields.io/github/release/khs1994-docker/php-fpm.svg)](https://github.com/khs1994-docker/php-fpm/releases) |Alpine:3.4|
8484
|Laravel |khs1994/php-fpm:7.1.10-alpine |`5.5` |Alpine:3.4|
8585
|Composer |khs1994/php-fpm:7.1.10-alpine |`1.5.2` |Alpine:3.4|
86-
|[Memcached](https://github.com/khs1994-docker/memcached) |khs1994/memcached:1.5.2-alpine |`1.5.2` |Alpine:3.6|
87-
|[RabbitMQ](https://github.com/khs1994-docker/rabbitmq) |khs1994/rabbitmq:3.6.12-alpine |`3.6.12` |Alpine:3.5|
88-
|[PostgreSQL](https://github.com/khs1994-docker/postgres) |khs1994/postgres:10.0-alpine |`10.0` |Alpine:3.6|
89-
|MongoDB |mongo:3.5.13 |`3.5.13` |Debian:jessie|
86+
|[Memcached](https://github.com/khs1994-docker/memcached) |khs1994/memcached:1.5.2-alpine |[![GitHub release](https://img.shields.io/github/release/khs1994-docker/memcached.svg)](https://github.com/khs1994-docker/memcached/releases) |Alpine:3.6|
87+
|[RabbitMQ](https://github.com/khs1994-docker/rabbitmq) |khs1994/rabbitmq:3.6.12-alpine |[![GitHub release](https://img.shields.io/github/release/khs1994-docker/rabbitmq.svg)](https://github.com/khs1994-docker/rabbitmq/releases) |Alpine:3.5|
88+
|[PostgreSQL](https://github.com/khs1994-docker/postgres) |khs1994/postgres:10.0-alpine |[![GitHub release](https://img.shields.io/github/release/khs1994-docker/postgres.svg)](https://github.com/khs1994-docker/postgres/releases) |Alpine:3.6|
89+
|MongoDB |mongo:3.5.13 |`3.5.13`|Debian:jessie|
9090
|Gogs |gogs/gogs:latest |`latest` |Alpine:3.5|
9191

9292
## 文件夹结构

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,16 @@ LNMP Docker is supported on Linux, macOS, Windows 10 (PC) on `x86_64`,and Debian
7474

7575
|Name|Docker Image|Version|Based|
7676
|:-- |:-- |:-- |:-- |
77-
|[NGINX](https://github.com/khs1994-docker/nginx) |khs1994/nginx:1.13.5-alpine |`1.13.6` |Alpine:3.5|
77+
|[NGINX](https://github.com/khs1994-docker/nginx) |khs1994/nginx:1.13.6-alpine |[![GitHub release](https://img.shields.io/github/release/khs1994-docker/nginx.svg)](https://github.com/khs1994-docker/nginx/releases) |Alpine:3.5|
7878
|MySQL |mysql:5.7.19 |`5.7.19` |Debian:jessie|
79-
|[Redis](https://github.com/khs1994-docker/redis) |khs1994/redis:4.0.2-alpine |`4.0.2` |Alpine:3.6|
80-
|[PHP-FPM](https://github.com/khs1994-docker/php-fpm) |khs1994/php-fpm:7.1.10-alpine |`7.1.10` |Alpine:3.4|
79+
|[Redis](https://github.com/khs1994-docker/redis) |khs1994/redis:4.0.2-alpine |[![GitHub release](https://img.shields.io/github/release/khs1994-docker/redis.svg)](https://github.com/khs1994-docker/redis/releases) |Alpine:3.6|
80+
|[PHP-FPM](https://github.com/khs1994-docker/php-fpm) |khs1994/php-fpm:7.1.10-alpine |[![GitHub release](https://img.shields.io/github/release/khs1994-docker/php-fpm.svg)](https://github.com/khs1994-docker/php-fpm/releases) |Alpine:3.4|
8181
|Laravel |khs1994/php-fpm:7.1.10-alpine |`5.5` |Alpine:3.4|
8282
|Composer |khs1994/php-fpm:7.1.10-alpine |`1.5.2` |Alpine:3.4|
83-
|[Memcached](https://github.com/khs1994-docker/memcached) |khs1994/memcached:1.5.2-alpine |`1.5.2` |Alpine:3.6|
84-
|[RabbitMQ](https://github.com/khs1994-docker/rabbitmq) |khs1994/rabbitmq:3.6.12-alpine |`3.6.12` |Alpine:3.5|
85-
|[PostgreSQL](https://github.com/khs1994-docker/postgres) |khs1994/postgres:10.0-alpine |`10.0` |Alpine:3.6|
86-
|MongoDB |mongo:3.5.13 |`3.5.13` |Debian:jessie|
83+
|[Memcached](https://github.com/khs1994-docker/memcached) |khs1994/memcached:1.5.2-alpine |[![GitHub release](https://img.shields.io/github/release/khs1994-docker/memcached.svg)](https://github.com/khs1994-docker/memcached/releases) |Alpine:3.6|
84+
|[RabbitMQ](https://github.com/khs1994-docker/rabbitmq) |khs1994/rabbitmq:3.6.12-alpine |[![GitHub release](https://img.shields.io/github/release/khs1994-docker/rabbitmq.svg)](https://github.com/khs1994-docker/rabbitmq/releases) |Alpine:3.5|
85+
|[PostgreSQL](https://github.com/khs1994-docker/postgres) |khs1994/postgres:10.0-alpine |[![GitHub release](https://img.shields.io/github/release/khs1994-docker/postgres.svg)](https://github.com/khs1994-docker/postgres/releases) |Alpine:3.6|
86+
|MongoDB |mongo:3.5.13 |`3.5.13`|Debian:jessie|
8787
|Gogs |gogs/gogs:latest |`latest` |Alpine:3.5|
8888

8989
## Folder Structure

app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# LNMP Docker 示例项目文件
1+
# PHP 项目文件

backup/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 数据备份文件夹

ci/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ node_modules
22
.env
33
update.js
44
update.sh
5+
package-lock.json

ci/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
# CI/CD
22

3+
## 初始化
4+
35
```bash
46
$ ./init.sh
57
```
68

9+
## 配置
10+
711
`.env` 配置端口
812

913
`update.js` 配置 secret
1014

11-
`update.sj` 配置执行脚本
15+
`update.sh` 配置执行脚本
1216

1317
Powered By [github-webhook-handler](https://github.com/rvagg/github-webhook-handler)

ci/package-lock.json

Lines changed: 0 additions & 73 deletions
This file was deleted.

docker-compose.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -78,18 +78,18 @@ services:
7878
# # - "27017"
7979
# command: ["mongod","--config","/etc/mongod.conf"]
8080
#
81-
82-
gogs:
83-
image: gogs/gogs:${KHS1994_LNMP_GOGS_VERSION}
84-
ports:
85-
- "22:22"
86-
networks:
87-
- frontend
88-
- backend
89-
volumes:
90-
- gogs-data:/data:rw
91-
- ./config/gogs/app.prod.ini:/data/gogs/conf/app.ini:ro
92-
- ./config/nginx/ssl:/data/ssl:ro
81+
#
82+
# gogs:
83+
# image: gogs/gogs:${KHS1994_LNMP_GOGS_VERSION}
84+
# ports:
85+
# - "22:22"
86+
# networks:
87+
# - frontend
88+
# - backend
89+
# volumes:
90+
# - gogs-data:/data:rw
91+
# - ./config/gogs/app.prod.ini:/data/gogs/conf/app.ini:ro
92+
# - ./config/nginx/ssl:/data/ssl:ro
9393

9494
php7:
9595
restart: always
@@ -154,9 +154,9 @@ networks:
154154

155155
volumes:
156156
mysql-data:
157-
#pg-data:
158-
#mongodb-data:
157+
# pg-data:
158+
# mongodb-data:
159159
redis-data:
160-
#rabbitmq-data:
161-
#postgresql-data:
162-
gogs-data:
160+
# rabbitmq-data:
161+
# postgresql-data:
162+
# gogs-data:

0 commit comments

Comments
 (0)