mirror of
https://github.com/odoocker/odoocker
synced 2025-11-04 15:19:22 +01:00
changed /longpolling url to /websocket and longpolling_port to gevent_port
This commit is contained in:
@@ -6,7 +6,7 @@ APP_ENV=local
|
||||
INIT=
|
||||
UPDATE=
|
||||
LOAD=base,web
|
||||
WORKERS=0
|
||||
WORKERS=2
|
||||
DEV_MODE=reload,qweb
|
||||
DOMAIN=erp.odoocker.test
|
||||
|
||||
@@ -64,7 +64,7 @@ PROJECT_NAME=odoocker
|
||||
SUPPORT_EMAIL=mail@example.com
|
||||
|
||||
# Containers' Tags
|
||||
ODOO_TAG=15.0
|
||||
ODOO_TAG=16.0
|
||||
POSTGRES_TAG=15.4
|
||||
NGINX_TAG=1.25.2
|
||||
NGINX_PROXY_TAG=1.3.1
|
||||
@@ -113,7 +113,7 @@ DEBUG_INTERFACE=${HTTP_INTERFACE}
|
||||
HTTP_PORT=8069
|
||||
DEBUG_PORT=8070
|
||||
XMLRPCS_PORT=8071
|
||||
LONGPOLLING_PORT=8072
|
||||
GEVENT_PORT=8072
|
||||
HTTP_ENABLE=True
|
||||
XMLRPCS=True
|
||||
PROXY_MODE=True
|
||||
|
||||
Reference in New Issue
Block a user