Skip to content

Commit

Permalink
Merge pull request #4 from vuongxuongminh/develop
Browse files Browse the repository at this point in the history
Bump version 1.1.1.
  • Loading branch information
vuongxuongminh authored May 1, 2020
2 parents d9ce879 + 621343f commit ec7a6d3
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.1.1
-------------------------------------------------------------------
+ Fix bug invalid root dir in container.

1.1.0
-------------------------------------------------------------------
+ Change container root dir `app` to `symfony`.
Expand Down
2 changes: 1 addition & 1 deletion docker/php/conf.d/dev.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ realpath_cache_size = 4096K
realpath_cache_ttl = 600

;# https://symfony.com/blog/new-in-symfony-4-4-preloading-symfony-applications-in-php-7-4
;opcache.preload=/app/var/cache/dev/App_KernelDevDebugContainer.preload.php
;opcache.preload=/symfony/var/cache/dev/App_KernelDevDebugContainer.preload.php
;opcache.preload_user=www-data
2 changes: 1 addition & 1 deletion docker/php/conf.d/prod.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ realpath_cache_size = 4096K
realpath_cache_ttl = 600

# https://symfony.com/blog/new-in-symfony-4-4-preloading-symfony-applications-in-php-7-4
opcache.preload=/app/var/cache/prod/App_KernelProdContainer.preload.php
opcache.preload=/symfony/var/cache/prod/App_KernelProdContainer.preload.php
opcache.preload_user=www-data
2 changes: 1 addition & 1 deletion docker/php/supervisord/consumers/async.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[program:async]
command=/app/bin/console messenger:consume async
command=/symfony/bin/console messenger:consume async
numprocs=1
process_name=%(program_name)s_%(process_num)02d
autostart=true
Expand Down
8 changes: 4 additions & 4 deletions helm/symfony/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: mysql
repository: https://kubernetes-charts.storage.googleapis.com
version: 1.6.2
version: ~1.6.2
- name: rabbitmq
repository: https://charts.bitnami.com/bitnami
version: 6.18.9
digest: sha256:2d06addc538b2ae81a7699c726bfdd1b5ef5f50a2bce9614bf91afd5d6802de9
generated: "2020-03-20T00:17:05.288251307+07:00"
version: ~6.18.9
digest: sha256:0ec9c58ca429abe3f83140737e4d0171ac919195cc2ae91c5a5d176e01869b56
generated: "2020-05-01T23:07:59.443188329+07:00"

0 comments on commit ec7a6d3

Please sign in to comment.