File tree 1 file changed +9
-7
lines changed
1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,17 @@ version: "3.6"
3
3
4
4
services :
5
5
webcsdbackend :
6
+ # In these sections ensure that all instances of "database-1.csdsql" or "database-2.csdsql"
7
+ # are replaced with the actual database filename.
6
8
volumes :
7
- - /path/to/database-1:/csd-data/database-1
8
- - /path/to/database-2:/csd-data/database-2
9
+ - /path/to/database-1.csdsql :/csd-data/database-1.csdsql
10
+ - /path/to/database-2.csdsql :/csd-data/database-2.csdsql
9
11
environment :
10
- - ServiceSettings__Databases__2__Name=database-1
11
- - ServiceSettings__Databases__2__ConnectionString=/csd-data/database-1
12
- - ServiceSettings__Databases__3__Name=database-2
13
- - ServiceSettings__Databases__3__ConnectionString=/csd-data/database-2
12
+ - ServiceSettings__Databases__2__Name=Example1
13
+ - ServiceSettings__Databases__2__ConnectionString=/csd-data/database-1.csdsql
14
+ - ServiceSettings__Databases__3__Name=Example2
15
+ - ServiceSettings__Databases__3__ConnectionString=/csd-data/database-2.csdsql
14
16
15
17
webcsd :
16
18
volumes :
17
- - ./path/to/structure/files:/structure-files
19
+ - ./path/to/structure/files:/structure-files
You can’t perform that action at this time.
0 commit comments