5 Commits
Author SHA1 Message Date
Fabio Tielen // Code Agency 9d13ed0db1 feat(docker): Integrate PgBouncer for connection poolingAdd PgBouncer service to the docker-compose setup for improved database connection management. Update .env.example to include new PgBouncer environment variables and service inclusion. Add PgBouncer profiles and tags to docker-compose.yml and override files for local and production configurations. Include PgBouncer initialization script for database user setup 2024-01-20 17:55:25 +01:00
Fabio Tielen // Code Agency 08b506972a Add shm_size configuration to services 2024-01-10 14:27:56 +01:00
Fabio Tielen // Code Agency 32f16fee74 ADD: Traefik support - initial commit 2024-01-10 14:13:35 +01:00
Fabio Tielen // Code Agency dddafd862f feat(.env.example): add configuration options for Redis caching in the .env.example file
 feat(docker-compose.yml): add keydb service for Redis caching with 1GB shared memory size
 feat(odoo.example.conf): add configuration options for Redis caching in the odoo.example.conf file
The changes were made to add support for Redis caching in the application. The .env.example file now includes configuration options for Redis caching, such as Redis host, port, password, URL, prefix, expiration time, and expiration time for anonymous sessions. The docker-compose.yml file now includes a keydb service with 1GB shared memory size for Redis caching. The odoo.example.conf file now includes configuration options for Redis caching, such as enabling Redis caching, Redis host, port, password, URL, prefix, expiration time, and expiration time for anonymous sessions. These changes allow the application to utilize Redis for caching, improving performance and scalability.
2023-09-04 23:54:39 +02:00
Fabio Tielen // Code Agency 7b3b84fbdb ⚙️ chore(requirements.txt): add redis package to the requirements
The redis package is added to the requirements.txt file to ensure that the application has the necessary dependencies installed.
2023-09-04 23:38:51 +02:00