Skip to content

Commit

Permalink
update docker-compose.yml docker-compose-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Nov 15, 2024
1 parent 28c4524 commit 03fddaf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:

control-api:
container_name: datalens-control-api
image: ghcr.io/datalens-tech/datalens-control-api:0.2170.0
image: ghcr.io/datalens-tech/datalens-control-api:0.2176.0
environment:
BI_API_UWSGI_WORKERS_COUNT: 4
CONNECTOR_AVAILABILITY_VISIBLE: "clickhouse,postgres,chyt,ydb,mysql,greenplum,mssql,appmetrica_api,metrika_api"
Expand All @@ -26,7 +26,7 @@ services:

data-api:
container_name: datalens-data-api
image: ghcr.io/datalens-tech/datalens-data-api:0.2170.0
image: ghcr.io/datalens-tech/datalens-data-api:0.2176.0
environment:
GUNICORN_WORKERS_COUNT: 5
RQE_FORCE_OFF: 1
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:

control-api:
container_name: datalens-control-api
image: ghcr.io/datalens-tech/datalens-control-api:0.2170.0
image: ghcr.io/datalens-tech/datalens-control-api:0.2176.0
environment:
BI_API_UWSGI_WORKERS_COUNT: 4
CONNECTOR_AVAILABILITY_VISIBLE: "clickhouse,postgres,chyt,ydb,mysql,greenplum,mssql,appmetrica_api,metrika_api"
Expand All @@ -24,7 +24,7 @@ services:

data-api:
container_name: datalens-data-api
image: ghcr.io/datalens-tech/datalens-data-api:0.2170.0
image: ghcr.io/datalens-tech/datalens-data-api:0.2176.0
environment:
GUNICORN_WORKERS_COUNT: 5
RQE_FORCE_OFF: 1
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.zitadel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:

control-api:
container_name: datalens-control-api
image: ghcr.io/datalens-tech/datalens-control-api:0.2170.0
image: ghcr.io/datalens-tech/datalens-control-api:0.2176.0
environment:
BI_API_UWSGI_WORKERS_COUNT: 4
CONNECTOR_AVAILABILITY_VISIBLE: "clickhouse,postgres,chyt,ydb,mysql,greenplum,mssql,appmetrica_api,metrika_api"
Expand All @@ -32,7 +32,7 @@ services:

data-api:
container_name: datalens-data-api
image: ghcr.io/datalens-tech/datalens-data-api:0.2170.0
image: ghcr.io/datalens-tech/datalens-data-api:0.2176.0
environment:
GUNICORN_WORKERS_COUNT: 5
RQE_FORCE_OFF: 1
Expand Down

0 comments on commit 03fddaf

Please sign in to comment.