mirror of
https://github.com/odoocker/odoocker
synced 2025-11-04 23:29:19 +01:00
Compare commits
21 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e628bc1820 | ||
|
|
70f6ac1c8d | ||
|
|
44fd632a6d | ||
|
|
ad0f11e13e | ||
|
|
3264a84b4d | ||
|
|
c6eb6b42d4 | ||
|
|
8a7af70d39 | ||
|
|
4b358ed07b | ||
|
|
68bbdc470f | ||
|
|
b0ec685cd0 | ||
|
|
07db2e2bf0 | ||
|
|
235b727525 | ||
|
|
566c52813a | ||
|
|
cf7611fa2c | ||
|
|
d1fcce4d13 | ||
|
|
3622713fb2 | ||
|
|
13a05185b7 | ||
|
|
97180b920e | ||
|
|
ece5ccae8e | ||
|
|
298778bdb5 | ||
|
|
e9e6f02839 |
@@ -150,7 +150,7 @@ MINIO_PROFILES="minio"
|
||||
PGADMIN_PROFILES="pgadmin"
|
||||
|
||||
# Containers' Tags
|
||||
ODOO_TAG=16.0
|
||||
ODOO_TAG=14.0
|
||||
POSTGRES_TAG=16.1
|
||||
KEYDB_TAG=latest
|
||||
MINIO_TAG=latest
|
||||
@@ -202,7 +202,7 @@ DEBUG_INTERFACE=${HTTP_INTERFACE}
|
||||
HTTP_PORT=8069
|
||||
DEBUG_PORT=8070
|
||||
XMLRPCS_PORT=8071
|
||||
GEVENT_PORT=8072
|
||||
LONGPOLLING_PORT=8072
|
||||
HTTP_ENABLE=True
|
||||
XMLRPCS=True
|
||||
PROXY_MODE=True
|
||||
|
||||
@@ -40,7 +40,7 @@ server {
|
||||
}
|
||||
}
|
||||
|
||||
location /websocket {
|
||||
location /longpolling {
|
||||
proxy_pass http://odoo:8072;
|
||||
proxy_redirect off;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
|
||||
@@ -64,8 +64,8 @@ xmlrpcs_interface = ${XMLRPCS_INTERFACE}
|
||||
; --xmlrpcs-port
|
||||
xmlrpcs_port = ${XMLRPCS_PORT}
|
||||
|
||||
; --gevent-port | --longpolling-port (deprecated)
|
||||
gevent_port = ${GEVENT_PORT}
|
||||
; --longpolling-port
|
||||
longpolling_port = ${LONGPOLLING_PORT}
|
||||
|
||||
; --no-http | --no-xmlrpc
|
||||
http_enable = ${HTTP_ENABLE}
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
jinja2
|
||||
sortedcontainers
|
||||
debugpy
|
||||
websocket-client
|
||||
redis
|
||||
boto3
|
||||
sentry-sdk==1.9.0 # Fixed because Odoo depends on urllib3==1.26.5
|
||||
aiohttp
|
||||
|
||||
Reference in New Issue
Block a user