Yhael S
cd3bd7ee83
fixed pr template
2023-10-21 19:01:25 -05:00
Yhael S
7d2de6e31f
power up nginx
2023-10-20 11:04:53 -05:00
Yhael S
10a9bcc70c
fix
2023-10-20 04:16:20 -05:00
Yhael S
a4823e8fcc
fix
2023-10-20 02:50:38 -05:00
Yhael S
3cd2a13244
fix
2023-10-20 02:24:28 -05:00
Yhael S
59eb85669c
fix
2023-10-20 02:09:01 -05:00
Yhael S
84dcb0b8a4
fixed redis prefix
2023-10-20 01:52:52 -05:00
Yhael S
e01d746b2a
Merge pull request #7 from odoocker/develop
...
v2.0 | Pre-Release
2023-10-20 00:43:44 -06:00
Yhael S
f956cabf57
cleanup
2023-10-20 01:40:28 -05:00
Yhael S
449ba2ae07
Merge pull request #8 from odoocker/feature/enable-or-disable-features
...
Yhael | Feature | Enable or disable features
2023-10-20 00:39:10 -06:00
Yhael S
5e21d9e76e
fixed build
2023-10-20 01:35:48 -05:00
Yhael S
d961bb291e
fixed build
2023-10-20 01:11:37 -05:00
Yhael S
2a1ac8a17f
fixed build
2023-10-20 01:09:20 -05:00
Yhael S
10f3aa0302
fixed build
2023-10-20 01:07:27 -05:00
Yhael S
e26bd85abc
fixed env
2023-10-20 01:00:43 -05:00
Yhael S
284dc69588
cleanup
2023-10-20 00:57:28 -05:00
Yhael S
c3f70d3a99
enable separated features
2023-10-20 00:07:37 -05:00
Yhael S
986fffafc3
cleanup
2023-10-19 22:12:18 -05:00
Yhael S
70fc974b62
added profiles for containers management
2023-10-19 22:11:19 -05:00
Yhael S
688a590282
cleanup
2023-10-19 21:30:09 -05:00
Yhael S
ca55f3d0d0
starting new ideas for docker-compose file
2023-10-19 19:14:12 -05:00
Yhael S
8a1844cfa1
cleanup
2023-10-17 22:10:08 -05:00
Yhael S
53ee5f8565
Merge pull request #5 from odoocker/feature/sentry-integration
...
Yhael | Feature | Sentry Integration
2023-10-09 17:34:59 -06:00
Yhael S
106dff0207
Merge pull request #4 from odoocker/feature/s3-integration
...
Yhael | Feature | S3 Integration
2023-10-09 17:34:02 -06:00
Yhael S
3595ed42cb
cleanup
2023-10-07 06:05:51 -05:00
Yhael S
1e11d3fb37
refactor
2023-10-07 05:55:00 -05:00
Yhael S
48cb2c06cb
variables reaccomodation
2023-10-07 05:43:40 -05:00
Yhael S
af83a19fa4
finished sentry integration
2023-10-07 05:10:20 -05:00
Yhael S
2bbaa84714
cleanup
2023-10-07 00:01:34 -05:00
Yhael S
d85b660a44
cleanup
2023-10-06 23:57:19 -05:00
Yhael S
85a1928677
cleanup
2023-10-06 23:57:03 -05:00
Yhael S
554f9f533d
last fixes
2023-10-06 23:55:18 -05:00
Yhael S
0cd36b92a3
stuck with s3 refactoring
2023-10-01 17:47:02 -05:00
Yhael S
d0ec5118eb
enhanced .env variable usage
2023-10-01 00:55:06 -05:00
Yhael S
55270202ab
enhanced manifest manipulation
2023-09-30 23:36:11 -05:00
Yhael S
007ffc441c
added s3 integration
2023-09-30 22:58:38 -05:00
Yhael S
5a1a268395
Merge pull request #2 from codeagencybe/feat/keydb-cache
...
Code Agency | Feature | KeyDB (Redis) Integration+ PgAdmin Upgrades
2023-09-30 03:27:14 -06:00
Yhael S
a2219d371b
fixed nginx for websocket
2023-09-30 04:24:38 -05:00
Yhael S
ae92bbb36a
cleanup
2023-09-28 14:38:50 -05:00
Yhael S
22c1be3e40
cleanup
2023-09-28 14:36:18 -05:00
Yhael S
e6fa71769f
cleanup
2023-09-28 14:26:18 -05:00
Yhael S
36a2d5d0ca
cleanup
2023-09-28 14:25:20 -05:00
Yhael S
cef72366c2
cleanup
2023-09-28 14:24:42 -05:00
Yhael S
4255e2f1cc
cleanup
2023-09-28 14:11:43 -05:00
Yhael S
6176399594
changed volume names
2023-09-28 13:43:49 -05:00
Yhael S
fc0d0c9875
integrate keydb to odoocker
2023-09-27 22:47:22 -05: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
Yhael S
072a1d6f3c
cleanup readme
2023-08-30 20:15:13 -05:00
Yhael S
9bd6a608a3
cleanup readme
2023-08-30 20:13:51 -05:00