Skip to content

Commit

Permalink
Update US port (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
MCPN authored Mar 20, 2024
1 parent 3b2c693 commit aa1b85c
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion lib/dl_api_lib/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ services:
AUTH_POLICY: "required"
MASTER_TOKEN: *c-us-master-token
ports:
- "52500:80"
- "52500:8083"
2 changes: 1 addition & 1 deletion lib/dl_connector_bigquery/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
AUTH_POLICY: "required"
MASTER_TOKEN: *c-us-master-token
ports:
- "51600:80"
- "51600:8083"

redis-caches:
# image: "bitnami/redis:5.0.8"
Expand Down
2 changes: 1 addition & 1 deletion lib/dl_connector_bitrix_gds/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ services:
AUTH_POLICY: "required"
MASTER_TOKEN: *c-us-master-token
ports:
- "51911:80"
- "51911:8083"
2 changes: 1 addition & 1 deletion lib/dl_connector_bundle_chs3/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ services:
context: ../testenv-common/images
dockerfile: Dockerfile.us
ports:
- 52600:80
- 52600:8083
depends_on:
- pg-us
environment:
Expand Down
2 changes: 1 addition & 1 deletion lib/dl_connector_clickhouse/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ services:
AUTH_POLICY: "required"
MASTER_TOKEN: *c-us-master-token
ports:
- "52211:80"
- "52211:8083"

redis-caches:
# image: "bitnami/redis:5.0.8"
Expand Down
2 changes: 1 addition & 1 deletion lib/dl_connector_greenplum/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
AUTH_POLICY: "required"
MASTER_TOKEN: *c-us-master-token
ports:
- "52311:80"
- "52311:8083"

redis-caches:
# image: "bitnami/redis:5.0.8"
Expand Down
2 changes: 1 addition & 1 deletion lib/dl_connector_metrica/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ services:
AUTH_POLICY: "required"
MASTER_TOKEN: *c-us-master-token
ports:
- "51911:80"
- "51911:8083"
2 changes: 1 addition & 1 deletion lib/dl_connector_mssql/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
AUTH_POLICY: "required"
MASTER_TOKEN: *c-us-master-token
ports:
- "52111:80"
- "52111:8083"

redis-caches:
# image: "bitnami/redis:5.0.8"
Expand Down
2 changes: 1 addition & 1 deletion lib/dl_connector_mysql/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
AUTH_POLICY: "required"
MASTER_TOKEN: *c-us-master-token
ports:
- "52011:80"
- "52011:8083"

redis-caches:
# image: "bitnami/redis:5.0.8"
Expand Down
2 changes: 1 addition & 1 deletion lib/dl_connector_oracle/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
AUTH_POLICY: "required"
MASTER_TOKEN: *c-us-master-token
ports:
- "51811:80"
- "51811:8083"

redis-caches:
# image: "bitnami/redis:5.0.8"
Expand Down
2 changes: 1 addition & 1 deletion lib/dl_connector_postgresql/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ services:
AUTH_POLICY: "required"
MASTER_TOKEN: *c-us-master-token
ports:
- "52311:80"
- "52311:8083"

redis-caches:
# image: "bitnami/redis:5.0.8"
Expand Down
2 changes: 1 addition & 1 deletion lib/dl_connector_promql/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ services:
AUTH_POLICY: "required"
MASTER_TOKEN: *c-us-master-token
ports:
- "51911:80"
- "51911:8083"
2 changes: 1 addition & 1 deletion lib/dl_connector_snowflake/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
AUTH_POLICY: "required"
MASTER_TOKEN: *c-us-master-token
ports:
- "51700:80"
- "51700:8083"

redis-caches:
# image: "bitnami/redis:5.0.8"
Expand Down
2 changes: 1 addition & 1 deletion lib/dl_connector_ydb/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ services:
AUTH_POLICY: "required"
MASTER_TOKEN: *c-us-master-token
ports:
- "51911:80"
- "51911:8083"
2 changes: 1 addition & 1 deletion lib/dl_core/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ services:
AUTH_POLICY: "required"
MASTER_TOKEN: *c-us-master-token
ports:
- "50300:80"
- "50300:8083"
2 changes: 1 addition & 1 deletion lib/dl_file_uploader_api_lib/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ services:
context: ../testenv-common/images
dockerfile: Dockerfile.us
ports:
- 51400:80
- 51400:8083
depends_on:
- pg-us
environment:
Expand Down
2 changes: 1 addition & 1 deletion lib/dl_file_uploader_worker_lib/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ services:
context: ../testenv-common/images
dockerfile: Dockerfile.us
ports:
- 51500:80
- 51500:8083
depends_on:
- pg-us
environment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ services:
AUTH_POLICY: "required"
MASTER_TOKEN: *c-us-master-token
ports:
- "50300:80"
- "50300:8083"

redis-caches:
# image: "bitnami/redis:5.0.8"
Expand Down

0 comments on commit aa1b85c

Please sign in to comment.