Skip to content

Commit

Permalink
erpnext
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 committed Sep 26, 2024
1 parent 28fcf87 commit 6abe41a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/erpnext/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ services:
command:
- nginx-entrypoint.sh
environment:
BACKEND: backend:8000
BACKEND: $W9_ID-backend:8000
FRAPPE_SITE_NAME_HEADER: frontend
SOCKETIO: websocket:9000
SOCKETIO: $W9_ID-websocket:9000
UPSTREAM_REAL_IP_ADDRESS: 127.0.0.1
UPSTREAM_REAL_IP_HEADER: X-Forwarded-For
UPSTREAM_REAL_IP_RECURSIVE: "off"
Expand Down
2 changes: 1 addition & 1 deletion apps/kafka/variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"edition": [
{
"dist": "community",
"version": ["3.6","3.2","2.8","2.7","2.6","2.5","2.4","2.3","latest"]
"version": ["3.8","3.6","3.2","2.8","latest"]
}
],
"requirements": {
Expand Down

0 comments on commit 6abe41a

Please sign in to comment.