update 6 docker CI

This commit is contained in:
root
2026-03-09 17:01:24 -04:00
parent d7d718c469
commit d9567f925f
2 changed files with 21 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ services:
working_dir: /app
environment:
APP_ENV: testing
APP_KEY: base64:testingKey123456789012345678901234567890=
APP_KEY: ${APP_KEY:-}
DB_CONNECTION: sqlite
DB_DATABASE: /app/database/database.sqlite
CACHE_DRIVER: array