File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ APP_KEY=base64:Q9k9BFjDKZGWlB/Veksz5gs+ltXZetZCxLSO/PFrJEE=
1212# DB_USERNAME=root
1313# DB_PASSWORD=root
1414
15- CACHE_DRIVER=redis
16- CACHE_PREFIX=cache_
15+ # CACHE_DRIVER=redis
16+ # CACHE_PREFIX=cache_
1717
18- QUEUE_CONNECTION=redis
18+ # QUEUE_CONNECTION=redis
1919
2020REDIS_HOST=redis
2121REDIS_PASSWORD="y@9S58sY8pNW"
@@ -32,6 +32,8 @@ CONTAINER_ROLE=APP
3232OPCACHE_ENABLED=false
3333XDEBUG_ENABLED=false
3434
35+ WITH_OCTANE=false
36+
3537# # Laravel Artisan IFs
3638FORCE_CLEAR=false
3739CACHE_CLEAR=false
Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ services:
2727 ports :
2828 - ${DOCKER_PHP_APP_PORT:-8088}:8000
2929 volumes :
30+ # - ${DOCKER_PHP_PATH}/configs/conf.d/opcache.ini:/usr/local/etc/php/conf.d/docker-php-ext-opcache.ini
3031 - ${DOCKER_PHP_PATH}/docker-entrypoint.sh:/entrypoint.sh:ro
3132 - ${DOCKER_PHP_PATH}/configs/php-local.ini:/usr/local/etc/php/php.ini
3233 - ${ROOT_PATH}:/var/www/app:delegated
33- # - ${DOCKER_PHP_PATH}/configs/conf.d/opcache.ini:/usr/local/etc/php/conf.d/docker-php-ext-opcache.ini
3434 - type : volume
3535 source : app_logs
3636 target : /usr/local/var/log
Original file line number Diff line number Diff line change 1212CONTAINER_ROLE=queue
1313
1414# # Laravel Artisan IFs
15- FORCE_CLEAR=true
16- FORCE_OPTIMIZE=true
15+ # FORCE_CLEAR=true
16+ # FORCE_OPTIMIZE=true
1717
1818# # PHP ENGINE
1919PHP_MEMORY_LIMIT=128M
You can’t perform that action at this time.
0 commit comments