mirror of
https://github.com/odoocker/odoocker
synced 2025-11-05 07:39:23 +01:00
Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e628bc1820 | ||
|
|
70f6ac1c8d | ||
|
|
44fd632a6d | ||
|
|
ad0f11e13e | ||
|
|
3264a84b4d | ||
|
|
c6eb6b42d4 | ||
|
|
8a7af70d39 | ||
|
|
4b358ed07b | ||
|
|
68bbdc470f | ||
|
|
b0ec685cd0 | ||
|
|
07db2e2bf0 | ||
|
|
3622713fb2 | ||
|
|
ece5ccae8e | ||
|
|
298778bdb5 |
@@ -150,7 +150,7 @@ MINIO_PROFILES="minio"
|
|||||||
PGADMIN_PROFILES="pgadmin"
|
PGADMIN_PROFILES="pgadmin"
|
||||||
|
|
||||||
# Containers' Tags
|
# Containers' Tags
|
||||||
ODOO_TAG=15.0
|
ODOO_TAG=14.0
|
||||||
POSTGRES_TAG=16.1
|
POSTGRES_TAG=16.1
|
||||||
KEYDB_TAG=latest
|
KEYDB_TAG=latest
|
||||||
MINIO_TAG=latest
|
MINIO_TAG=latest
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
|
jinja2
|
||||||
|
sortedcontainers
|
||||||
debugpy
|
debugpy
|
||||||
websocket-client
|
websocket-client
|
||||||
redis
|
redis
|
||||||
boto3
|
boto3
|
||||||
sentry-sdk==1.9.0 # Fixed because Odoo depends on urllib3==1.26.5
|
sentry-sdk==1.9.0 # Fixed because Odoo depends on urllib3==1.26.5
|
||||||
|
aiohttp
|
||||||
|
|||||||
Reference in New Issue
Block a user