mirror of
https://github.com/odoocker/odoocker
synced 2025-11-04 23:29:19 +01:00
Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c5b7d3a6ba | ||
|
|
da8c682701 | ||
|
|
c2708e6dd8 | ||
|
|
b905b4ef18 | ||
|
|
47f0c95a33 | ||
|
|
c926027fc2 | ||
|
|
9b589c0332 | ||
|
|
eaa7826e4b | ||
|
|
3127152a17 | ||
|
|
187f18440e | ||
|
|
1cb579cd36 | ||
|
|
e1dcc69b5b |
@@ -150,7 +150,7 @@ MINIO_PROFILES="minio"
|
|||||||
PGADMIN_PROFILES="pgadmin"
|
PGADMIN_PROFILES="pgadmin"
|
||||||
|
|
||||||
# Containers' Tags
|
# Containers' Tags
|
||||||
ODOO_TAG=13.0
|
ODOO_TAG=16.0
|
||||||
POSTGRES_TAG=16.1
|
POSTGRES_TAG=16.1
|
||||||
KEYDB_TAG=latest
|
KEYDB_TAG=latest
|
||||||
MINIO_TAG=latest
|
MINIO_TAG=latest
|
||||||
@@ -202,7 +202,7 @@ DEBUG_INTERFACE=${HTTP_INTERFACE}
|
|||||||
HTTP_PORT=8069
|
HTTP_PORT=8069
|
||||||
DEBUG_PORT=8070
|
DEBUG_PORT=8070
|
||||||
XMLRPCS_PORT=8071
|
XMLRPCS_PORT=8071
|
||||||
LONGPOLLING_PORT=8072
|
GEVENT_PORT=8072
|
||||||
HTTP_ENABLE=True
|
HTTP_ENABLE=True
|
||||||
XMLRPCS=True
|
XMLRPCS=True
|
||||||
PROXY_MODE=True
|
PROXY_MODE=True
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ server {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
location /longpolling {
|
location /websocket {
|
||||||
proxy_pass http://odoo:8072;
|
proxy_pass http://odoo:8072;
|
||||||
proxy_redirect off;
|
proxy_redirect off;
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
|
|||||||
@@ -64,8 +64,8 @@ xmlrpcs_interface = ${XMLRPCS_INTERFACE}
|
|||||||
; --xmlrpcs-port
|
; --xmlrpcs-port
|
||||||
xmlrpcs_port = ${XMLRPCS_PORT}
|
xmlrpcs_port = ${XMLRPCS_PORT}
|
||||||
|
|
||||||
; --longpolling-port
|
; --gevent-port | --longpolling-port (deprecated)
|
||||||
longpolling_port = ${LONGPOLLING_PORT}
|
gevent_port = ${GEVENT_PORT}
|
||||||
|
|
||||||
; --no-http | --no-xmlrpc
|
; --no-http | --no-xmlrpc
|
||||||
http_enable = ${HTTP_ENABLE}
|
http_enable = ${HTTP_ENABLE}
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
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