Skip to content

Commit

Permalink
new ns8-odoo image 16.20240409
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro Nardecchia authored and Alessandro Nardecchia committed Apr 9, 2024
1 parent 3b7567e commit 302bccb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
set -e

POSTGRES_VERSION="16.20240405"
ODOO_VERSION="16.20240405"
ODOO_VERSION="16.20240409"

# Prepare variables for later use
images=()
Expand Down
4 changes: 2 additions & 2 deletions imageroot/actions/configure-module/30Traefik
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ response2 = agent.tasks.run(
action='set-route',
data={
'instance': "gevent%s" % (os.environ['MODULE_ID']),
'url': 'http://127.0.0.1:%s/websocket' % (get_second_tcp_port()), # KO! ASKED NETHESIS SUPPORT!
'url': 'http://127.0.0.1:%s' % (get_second_tcp_port()),
'path': '/websocket',
'host': host,
'http2https': h2hs,
'lets_encrypt': le,
'strip_prefix': True
'strip_prefix': False
},
)

Expand Down

0 comments on commit 302bccb

Please sign in to comment.