File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ services:
7
7
dockerfile : Dockerfile
8
8
container_name : datalens-ui
9
9
ports :
10
- - 8080:80
10
+ - 8080:8080
11
11
depends_on :
12
12
- us
13
13
- control-api
14
14
- data-api
15
15
- pg-demo-connection
16
16
healthcheck :
17
- test : curl --fail http://localhost:80 || exit 1
17
+ test : curl --fail http://localhost:8080 || exit 1
18
18
interval : 5s
19
19
retries : 10
20
20
start_period : 5s
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ services:
82
82
83
83
datalens :
84
84
container_name : datalens-ui
85
- image : ghcr.io/datalens-tech/datalens-ui:0.1137 .0
85
+ image : ghcr.io/datalens-tech/datalens-ui:0.1485 .0
86
86
depends_on :
87
87
- us
88
88
- control-api
@@ -93,7 +93,7 @@ services:
93
93
APP_ENV : " production"
94
94
APP_INSTALLATION : " opensource"
95
95
AUTH_POLICY : " disabled"
96
- US_ENDPOINT : " http://us"
96
+ US_ENDPOINT : " http://us:8083 "
97
97
BI_API_ENDPOINT : " http://control-api:8080"
98
98
BI_DATA_ENDPOINT : " http://data-api:8080"
99
99
NODE_EXTRA_CA_CERTS : " /usr/local/share/ca-certificates/cert.pem"
@@ -106,13 +106,13 @@ services:
106
106
- ' traefik.http.routers.datalens.entrypoints=HTTPS'
107
107
- ' traefik.http.routers.datalens.middlewares=authelia@docker'
108
108
healthcheck :
109
- test : curl --fail http://localhost:80 || exit 1
109
+ test : curl --fail http://localhost:8080 || exit 1
110
110
interval : 5s
111
111
retries : 10
112
112
start_period : 5s
113
113
timeout : 10s
114
114
expose :
115
- - 80
115
+ - 8080
116
116
117
117
pg-compeng :
118
118
extends :
You can’t perform that action at this time.
0 commit comments