Docker for development

This commit is contained in:
2021-06-10 01:08:40 +05:00
parent 1418671967
commit e1418e4db5
6 changed files with 136 additions and 2 deletions

View File

@@ -6,15 +6,17 @@ APP_URL=http://localhost
LOG_CHANNEL=stack
DB_HOST_READ=host.docker.internal
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_HOST=host.docker.internal
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=
BROADCAST_DRIVER=log
CACHE_DRIVER=file
CACHE_DRIVER=redis
QUEUE_CONNECTION=sync
SESSION_DRIVER=file
SESSION_LIFETIME=120