Commit Graph
20 Commits
Author SHA1 Message Date
Valentino LaucianiandGitHub 3124ad8d76 Update docker-compose.yml 2020-02-13 23:26:33 +01:00
Valentino LaucianiandGitHub 8e6a2a4f3c Update docker-in-docker (dind) - not working with 18.09+ version 2020-02-13 23:24:07 +01:00
Valentino LaucianiandGitHub 4dd4074d3b Merge pull request #1 from laradock/master
Synck fork
2020-02-13 23:09:45 +01:00
Valentino LaucianiandGitHub 0a253a3d7e Alpine commands used 2020-02-04 20:33:41 +01:00
Valentino LaucianiandGitHub 72d11e4485 fix indentations 2020-02-04 17:00:01 +01:00
Valentino LaucianiandGitHub 82a4b1db60 Add code to install YAML extension 2020-02-04 16:57:14 +01:00
Valentino LaucianiandGitHub c9e71c695e Add variable to install YAML extension 2020-02-04 16:55:50 +01:00
Valentino LaucianiandGitHub 5b33a2b319 Add variable to install YAML extension 2020-02-04 16:53:14 +01:00
Valentino LaucianiandLan Phan 4e5a142c9d YAML extension for php-cli (#2360)
* Add 'WORKSPACE_INSTALL_YAML' variable to install php yaml extension for php-cli

* Set 'INSTALL_YAML' variable to install php yaml extension for php-cli

* Install yaml extension for php-cli
2019-11-14 05:08:54 +07:00
Valentino LaucianiandGitHub 5dbd46f9ff Update comment 2019-09-16 15:00:44 +02:00
Valentino LaucianiandGitHub df15420be0 Install PHPREDIS into Laravel-Horizon docker image 2019-09-16 14:58:38 +02:00
Valentino LaucianiandGitHub e852d203ab Install PHPREDIS into Laravel-Horizon docker image 2019-09-16 14:57:59 +02:00
Valentino LaucianiandGitHub eadecf1f1e Install PHPREDIS 2019-09-16 14:56:48 +02:00
Valentino LaucianiandShao Yu-Lung (Allen) 2e928a4928 laravel-horizon: Install 'sockets' without install 'AMQP` (#2211)
* Add LARAVEL_HORIZON_INSTALL_SOCKETS variable. Issue #2209
* Get LARAVEL_HORIZON_INSTALL_SOCKETS from .env. Issue #2209
* Get INSTALL_SOCKETS variable and install 'sockets' ext. Issue #2209
2019-07-30 12:48:24 +08:00
vlaucianiandShao Yu-Lung (Allen) 5bf8be6303 Add 'sshpass' and 'ping' packages into 'workspace' and 'php-fpm' Docker image (#2164)
* Update env-example
Added variables to install 'ping' and 'sshpass'
* Update docker-compose.yml
Import variable from '.env' to set 'INSTALL_MYSQL_CLIENT' and 'INSTALL_PING'
* Update Dockerfile
Add code to import variables from 'docker-compose.yml' to install 'ping' and/or 'sshpass'
2019-06-06 11:59:13 +08:00
vlaucianiandShao Yu-Lung (Allen) 2dd64aef55 Update Dockerfile (#2147)
Solve issue https://github.com/laradock/laradock/issues/2146
2019-05-29 08:53:13 +08:00
vlaucianiandShao Yu-Lung (Allen) 7ea44ca25a Set 'logrotate' for 'nginx' logs (#2111)
* Update Dockerfile

Install 'logrotate' for nginx log. Issue https://github.com/laradock/laradock/issues/1357

* Create nginx

Create 'logrotate' file for nginx log. Issue https://github.com/laradock/laradock/issues/1357

* Update Dockerfile

Copy 'logrotate' config file. Issue https://github.com/laradock/laradock/issues/1357

* Update nginx

Add 'nodateext' logrotate option to archive with sequence number

* Update startup.sh

Add line to start 'crond' demon

* Update nginx

Update permissions
2019-05-18 10:54:45 +08:00
vlaucianiandShao Yu-Lung (Allen) d7765a7b10 Update docker-compose.yml to add 'dind' to 'Workspace' (#1869)
Add 'docker-in-docker' links end 'DOCKER_HOST' environment to 'workspace'.
2018-11-22 08:10:33 +08:00
vlaucianiandShao Yu-Lung (Allen) 9cb7624da7 bugfix: add 'networks' to 'docker-in-docker' (#1660)
I do not know why but the pull request https://github.com/laradock/laradock/pull/1655 has lost the 'networks' code. I'll try to insert it Insert again ;-)
2018-06-30 16:49:29 +08:00
vlaucianiandShao Yu-Lung (Allen) 9d42ea6b9d Update docker-compose.yml to add 'dind' (#1655)
Add 'dind' image to run docker-in-docker: issue https://github.com/laradock/laradock/issues/1653
2018-06-28 13:25:33 +08:00