File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed
data/temporal_example/compose Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change 1+ ---
12version : " 3.8"
23
34services :
45 postgres :
5- image : postgres:15
6- container_name : dev-postgres
6+ image : " postgres:15"
7+ container_name : " dev-postgres"
78 environment :
8- POSTGRES_USER : dev
9- POSTGRES_PASSWORD : abc123
10- POSTGRES_DB : blog_authors
9+ POSTGRES_USER : " dev"
10+ POSTGRES_PASSWORD : " abc123"
11+ POSTGRES_DB : " blog_authors"
1112 ports :
1213 - " 5432:5432"
1314
1415 spicedb :
15- image : authzed/spicedb:v1.34.0
16- container_name : dev-spicedb
16+ image : " authzed/spicedb:v1.34.0"
17+ container_name : " dev-spicedb"
1718 command : [
1819 " serve" ,
1920 " --grpc-preshared-key" , "localkey",
2021 ]
2122 ports :
2223 - " 50051:50051" # gRPC
2324 depends_on :
24- - postgres
25-
26-
27-
25+ - " postgres"
You can’t perform that action at this time.
0 commit comments