Skip to content
Snippets Groups Projects
Commit 5dafde00 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Merge branch '943-optimize-deployment' into 'development'

Resolve "Optimize Deployment"

Closes #943

See merge request !1538
parents 301b9974 d52875a7
No related branches found
No related tags found
3 merge requests!1542Development,!1541Development,!1538Resolve "Optimize Deployment"
variables: variables:
DOCKER_HOST: "tcp://docker-dind.gitlab:2375" DOCKER_HOST: "tcp://docker-dind.gitlab:2375"
AUTO_DEVOPS_BUILD_IMAGE_EXTRA_ARGS: "--network host"
POSTGRES_ENABLED: "false" POSTGRES_ENABLED: "false"
CODE_QUALITY_DISABLED: "true" CODE_QUALITY_DISABLED: "true"
CONTAINER_SCANNING_DISABLED: "true" CONTAINER_SCANNING_DISABLED: "true"
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
"laravel/tinker": "^1.0", "laravel/tinker": "^1.0",
"mcamara/laravel-localization": "^1.3", "mcamara/laravel-localization": "^1.3",
"mews/captcha": "^2.2", "mews/captcha": "^2.2",
"monospice/laravel-redis-sentinel-drivers": "^2.6",
"predis/predis": "^1.1", "predis/predis": "^1.1",
"symfony/dom-crawler": "^4.1" "symfony/dom-crawler": "^4.1"
}, },
...@@ -66,4 +67,4 @@ ...@@ -66,4 +67,4 @@
"@php artisan key:generate --ansi" "@php artisan key:generate --ansi"
] ]
} }
} }
\ No newline at end of file
...@@ -69,7 +69,7 @@ return [ ...@@ -69,7 +69,7 @@ return [
], ],
'redis' => [ 'redis' => [
'driver' => 'redis', 'driver' => env('REDIS_CACHE_DRIVER', 'redis'),
'connection' => 'cache', 'connection' => 'cache',
], ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment