Skip to content

Commit 1fff9dd

Browse files
authored
Update configs removing standard visibility support (#205)
1 parent 6919f9f commit 1fff9dd

12 files changed

+9
-187
lines changed

docker-compose-cass.yml

-55
This file was deleted.

docker-compose-cockroach-es.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ services:
4040
- cockroach
4141
- elasticsearch
4242
environment:
43-
- DB=postgresql
43+
- DB=postgres12
4444
- DB_PORT=26257
4545
- POSTGRES_USER=root
4646
- POSTGRES_PWD=

docker-compose-cockroach.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
depends_on:
2323
- cockroach
2424
environment:
25-
- DB=postgresql
25+
- DB=postgres12
2626
- DB_PORT=26257
2727
- POSTGRES_USER=root
2828
- POSTGRES_PWD=

docker-compose-multirole.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ services:
6161
- elasticsearch
6262
- postgresql
6363
environment:
64-
- DB=postgresql
64+
- DB=postgres12
6565
- DB_PORT=${POSTGRES_DEFAULT_PORT}
6666
- POSTGRES_USER=${POSTGRES_USER}
6767
- POSTGRES_PWD=${POSTGRES_PASSWORD}

docker-compose-mysql-es.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ services:
3434
- mysql
3535
- elasticsearch
3636
environment:
37-
- DB=mysql
37+
- DB=mysql8
3838
- MYSQL_USER=root
3939
- MYSQL_PWD=root
4040
- MYSQL_SEEDS=mysql

docker-compose-mysql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
depends_on:
1717
- mysql
1818
environment:
19-
- DB=mysql
19+
- DB=mysql8
2020
- DB_PORT=3306
2121
- MYSQL_USER=root
2222
- MYSQL_PWD=root

docker-compose-mysql8.yml

-61
This file was deleted.

docker-compose-postgres-opensearch.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ services:
4242
- postgresql
4343
- opensearch
4444
environment:
45-
- DB=postgresql
45+
- DB=postgres12
4646
- DB_PORT=5432
4747
- POSTGRES_USER=temporal
4848
- POSTGRES_PWD=temporal

docker-compose-postgres.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717
depends_on:
1818
- postgresql
1919
environment:
20-
- DB=postgresql
20+
- DB=postgres12
2121
- DB_PORT=5432
2222
- POSTGRES_USER=temporal
2323
- POSTGRES_PWD=temporal

docker-compose-postgres12.yml

-62
This file was deleted.

docker-compose-tls.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ services:
6363
- postgresql
6464
- elasticsearch
6565
environment:
66-
- DB=postgresql
66+
- DB=postgres12
6767
- DB_PORT=5432
6868
- POSTGRES_USER=temporal
6969
- POSTGRES_PWD=temporal

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ services:
3535
- postgresql
3636
- elasticsearch
3737
environment:
38-
- DB=postgresql
38+
- DB=postgres12
3939
- DB_PORT=5432
4040
- POSTGRES_USER=temporal
4141
- POSTGRES_PWD=temporal

0 commit comments

Comments
 (0)