mirror of
https://github.com/odoocker/odoocker
synced 2025-11-04 23:29:19 +01:00
Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3b48043370 | ||
|
|
4cd4458883 | ||
|
|
2d8b6921eb | ||
|
|
2de033d5ad | ||
|
|
1a65a71cb0 | ||
|
|
156a4bd1a7 | ||
|
|
f25f06a92e | ||
|
|
056d6ac873 | ||
|
|
235b727525 | ||
|
|
566c52813a | ||
|
|
cf7611fa2c | ||
|
|
d1fcce4d13 | ||
|
|
13a05185b7 | ||
|
|
97180b920e | ||
|
|
e9e6f02839 |
@@ -150,7 +150,7 @@ MINIO_PROFILES="minio"
|
||||
PGADMIN_PROFILES="pgadmin"
|
||||
|
||||
# Containers' Tags
|
||||
ODOO_TAG=16.0
|
||||
ODOO_TAG=15.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}
|
||||
|
||||
Reference in New Issue
Block a user