File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ version: "3.9"
7
7
services :
8
8
basex :
9
9
image : " basex/basexhttp:9.5.2"
10
+ ports :
11
+ - " 1984:1984"
10
12
volumes :
11
13
- basex-data-volume:/srv/basex/data
12
14
- basex-repo-volume:/srv/basex/repo
@@ -16,9 +18,10 @@ services:
16
18
build : keycloak
17
19
18
20
scl-data-service :
19
- image : " lfenergycompas/compas-scl-data-service:0.1.0"
20
- ports :
21
- - " 1984:1984"
21
+ image : " lfenergycompas/compas-scl-data-service:0.1.1"
22
+ environment :
23
+ - BASEX_HOST=basex
24
+ - BASEX_PORT=1984
22
25
depends_on :
23
26
- basex
24
27
Original file line number Diff line number Diff line change 2
2
listen 80 ;
3
3
server_name reverse-proxy;
4
4
5
+ # set client body size to 150M #
6
+ client_max_body_size 150M ;
7
+
5
8
# Default forward all web calls to the OpenSCD Container
6
9
location / {
7
10
proxy_set_header X-Real-IP $remote_addr ;
You can’t perform that action at this time.
0 commit comments