Skip to content

Commit fe6e67a

Browse files
author
Allyson Silva
committed
refactor: Commented out some environment variables
1 parent 143098b commit fe6e67a

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

php/services/app/.env.container

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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

2020
REDIS_HOST=redis
2121
REDIS_PASSWORD="y@9S58sY8pNW"
@@ -32,6 +32,8 @@ CONTAINER_ROLE=APP
3232
OPCACHE_ENABLED=false
3333
XDEBUG_ENABLED=false
3434

35+
WITH_OCTANE=false
36+
3537
# # Laravel Artisan IFs
3638
FORCE_CLEAR=false
3739
CACHE_CLEAR=false

php/services/app/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

php/services/queue/.env.container

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
CONTAINER_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
1919
PHP_MEMORY_LIMIT=128M

0 commit comments

Comments
 (0)