Skip to content

Commit

Permalink
Merge pull request #9 from vuongxuongminh/2.1
Browse files Browse the repository at this point in the history
Update CHANGELOG.md & Dockerfile.
  • Loading branch information
vuongxuongminh authored Nov 29, 2020
2 parents 223334c + 4b5f6b5 commit 582cb3d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2.1.0
-------------------------------------------------------------------
+ Replace EFK to GPL.
+ Upgrade PHP version to 7.4.12.
+ Upgrade Symfony packages version to 5.1.8.

2.0.0
-------------------------------------------------------------------
+ Upgrade Symfony to version 5.1.*.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ This starts the following services:

| Name | Description | Ports | Environments |
|---------------|---------------------------------------------------------------------|------ |--------------|
| fpm | FastCGI process manager with PHP-FPM 7.4.5, Composer. | n/a | all |
| supervisor | Process control system with PHP 7.4.5, Supervisor 4.1.0, Composer | 9000 | all |
| fpm | FastCGI process manager with PHP-FPM 7.4.12, Composer. | n/a | all |
| supervisor | Process control system with PHP 7.4.12, Supervisor 4.1.0, Composer | 9000 | all |
| nginx | Reverse proxy handle request with NGINX 1.17 | 80 | all |
| setup | Setup service help run migration & install Composer package | n/a | dev |
| promtail | Ship logs of Nginx & FPM & Supervisor services to Loki | n/a | dev |
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN apk add --no-cache \
fcgi \
file \
gettext \
py3-pip \
;

RUN set -eux; \
Expand All @@ -27,7 +28,6 @@ RUN set -eux; \
zlib-dev \
rabbitmq-c-dev \
; \
apk add --no-cache python3; \
pip3 install supervisor; \
docker-php-ext-configure zip; \
docker-php-ext-install -j$(nproc) \
Expand Down

0 comments on commit 582cb3d

Please sign in to comment.