Skip to content

Commit

Permalink
Update configs removing standard visibility support (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigozhou committed Apr 29, 2024
1 parent 6919f9f commit 1fff9dd
Show file tree
Hide file tree
Showing 12 changed files with 9 additions and 187 deletions.
55 changes: 0 additions & 55 deletions docker-compose-cass.yml

This file was deleted.

2 changes: 1 addition & 1 deletion docker-compose-cockroach-es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ services:
- cockroach
- elasticsearch
environment:
- DB=postgresql
- DB=postgres12
- DB_PORT=26257
- POSTGRES_USER=root
- POSTGRES_PWD=
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-cockroach.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
depends_on:
- cockroach
environment:
- DB=postgresql
- DB=postgres12
- DB_PORT=26257
- POSTGRES_USER=root
- POSTGRES_PWD=
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-multirole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ services:
- elasticsearch
- postgresql
environment:
- DB=postgresql
- DB=postgres12
- DB_PORT=${POSTGRES_DEFAULT_PORT}
- POSTGRES_USER=${POSTGRES_USER}
- POSTGRES_PWD=${POSTGRES_PASSWORD}
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-mysql-es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
- mysql
- elasticsearch
environment:
- DB=mysql
- DB=mysql8
- MYSQL_USER=root
- MYSQL_PWD=root
- MYSQL_SEEDS=mysql
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
depends_on:
- mysql
environment:
- DB=mysql
- DB=mysql8
- DB_PORT=3306
- MYSQL_USER=root
- MYSQL_PWD=root
Expand Down
61 changes: 0 additions & 61 deletions docker-compose-mysql8.yml

This file was deleted.

2 changes: 1 addition & 1 deletion docker-compose-postgres-opensearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:
- postgresql
- opensearch
environment:
- DB=postgresql
- DB=postgres12
- DB_PORT=5432
- POSTGRES_USER=temporal
- POSTGRES_PWD=temporal
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
depends_on:
- postgresql
environment:
- DB=postgresql
- DB=postgres12
- DB_PORT=5432
- POSTGRES_USER=temporal
- POSTGRES_PWD=temporal
Expand Down
62 changes: 0 additions & 62 deletions docker-compose-postgres12.yml

This file was deleted.

2 changes: 1 addition & 1 deletion docker-compose-tls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ services:
- postgresql
- elasticsearch
environment:
- DB=postgresql
- DB=postgres12
- DB_PORT=5432
- POSTGRES_USER=temporal
- POSTGRES_PWD=temporal
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
- postgresql
- elasticsearch
environment:
- DB=postgresql
- DB=postgres12
- DB_PORT=5432
- POSTGRES_USER=temporal
- POSTGRES_PWD=temporal
Expand Down

0 comments on commit 1fff9dd

Please sign in to comment.