Skip to content

Commit

Permalink
[Config] improve cache config
Browse files Browse the repository at this point in the history
  • Loading branch information
ottaviano committed Oct 10, 2024
1 parent 2520322 commit d41b591
Show file tree
Hide file tree
Showing 16 changed files with 86 additions and 599 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DATABASE_USER=root
DATABASE_PASSWORD=root
TRUSTED_PROXIES=

REDIS_HOST=redis
REDIS_DSN=redis://redis

RABBITMQ_HOST=rabbitmq
RABBITMQ_PORT=5672
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ RUN set -eux; \
pdo_mysql \
amqp \
zip \
redis \
sockets \
;

Expand Down
7 changes: 2 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
"odolbeau/phone-number-bundle": "^3.3",
"openai-php/client": "^0.10.1",
"phpoffice/phpspreadsheet": "^3.3",
"predis/predis": "^1.1.0",
"ramsey/uuid": "^4.1",
"ramsey/uuid-doctrine": "^2.0",
"runroom-packages/sortable-behavior-bundle": "^0.17.1",
Expand All @@ -89,14 +88,13 @@
"scheb/2fa-google-authenticator": "^6.3",
"sensio/framework-extra-bundle": "^6.0",
"sentry/sentry-symfony": "^5.0",
"snc/redis-bundle": "^4.3",
"sonata-project/admin-bundle": "^4.0",
"sonata-project/doctrine-orm-admin-bundle": "^4.0",
"sonata-project/exporter": "3.3.0",
"stof/doctrine-extensions-bundle": "^1.9",
"symfony/amqp-messenger": "^5.4",
"symfony/asset": "^5.4",
"symfony/cache": "^5.4",
"symfony/cache": "^6.4",
"symfony/config": "^5.4",
"symfony/console": "^5.4",
"symfony/dependency-injection": "^5.4",
Expand Down Expand Up @@ -219,7 +217,6 @@
}
],
"conflict": {
"symfony/symfony": "*",
"psr/simple-cache": "^3.0"
"symfony/symfony": "*"
}
}
Loading

0 comments on commit d41b591

Please sign in to comment.