Skip to content

Commit fe29e53

Browse files
authored
Merge pull request #3 from datalens-tech/fix-ports-and-dl-ui-version
2 parents b62b584 + fc1ed12 commit fe29e53

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

01-override-assets/docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ services:
77
dockerfile: Dockerfile
88
container_name: datalens-ui
99
ports:
10-
- 8080:80
10+
- 8080:8080
1111
depends_on:
1212
- us
1313
- control-api
1414
- data-api
1515
- pg-demo-connection
1616
healthcheck:
17-
test: curl --fail http://localhost:80 || exit 1
17+
test: curl --fail http://localhost:8080 || exit 1
1818
interval: 5s
1919
retries: 10
2020
start_period: 5s

02-authentification/docker-compose.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ services:
8282

8383
datalens:
8484
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
8686
depends_on:
8787
- us
8888
- control-api
@@ -93,7 +93,7 @@ services:
9393
APP_ENV: "production"
9494
APP_INSTALLATION: "opensource"
9595
AUTH_POLICY: "disabled"
96-
US_ENDPOINT: "http://us"
96+
US_ENDPOINT: "http://us:8083"
9797
BI_API_ENDPOINT: "http://control-api:8080"
9898
BI_DATA_ENDPOINT: "http://data-api:8080"
9999
NODE_EXTRA_CA_CERTS: "/usr/local/share/ca-certificates/cert.pem"
@@ -106,13 +106,13 @@ services:
106106
- 'traefik.http.routers.datalens.entrypoints=HTTPS'
107107
- 'traefik.http.routers.datalens.middlewares=authelia@docker'
108108
healthcheck:
109-
test: curl --fail http://localhost:80 || exit 1
109+
test: curl --fail http://localhost:8080 || exit 1
110110
interval: 5s
111111
retries: 10
112112
start_period: 5s
113113
timeout: 10s
114114
expose:
115-
- 80
115+
- 8080
116116

117117
pg-compeng:
118118
extends:

0 commit comments

Comments
 (0)