mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 23:18:10 +00:00
Move DB_DATABASE to docker-compose
This commit is contained in:
parent
acb9a65215
commit
faaccdc6fc
2 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,6 @@ LOG_DEPRECATIONS_CHANNEL=null
|
||||||
LOG_LEVEL=debug
|
LOG_LEVEL=debug
|
||||||
|
|
||||||
DB_CONNECTION=sqlite
|
DB_CONNECTION=sqlite
|
||||||
DB_DATABASE=database/storage/database.sqlite
|
|
||||||
# DB_HOST=127.0.0.1
|
# DB_HOST=127.0.0.1
|
||||||
# DB_PORT=3306
|
# DB_PORT=3306
|
||||||
# DB_DATABASE=laravel
|
# DB_DATABASE=laravel
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ services:
|
||||||
#- APP_KEY=
|
#- APP_KEY=
|
||||||
- PHP_OPCACHE_ENABLE=1
|
- PHP_OPCACHE_ENABLE=1
|
||||||
- TRMNL_PROXY_REFRESH_MINUTES=15
|
- TRMNL_PROXY_REFRESH_MINUTES=15
|
||||||
|
- DB_DATABASE=database/storage/database.sqlite
|
||||||
volumes:
|
volumes:
|
||||||
- database:/var/www/html/database/storage
|
- database:/var/www/html/database/storage
|
||||||
- storage:/var/www/html/storage/app/public/images/generated
|
- storage:/var/www/html/storage/app/public/images/generated
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue