Skip to content

Commit f023288

Browse files
committedAug 20, 2024
PLA-1543 Update example for CSD Theory config
1 parent 9dc02d6 commit f023288

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed
 

‎docker-compose.sample-csd-theory-db-config.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,11 @@ services:
1212

1313
webcsdbackend:
1414
volumes:
15-
- /path/to/database-1:/csd-data/database-1
16-
- /path/to/database-2:/csd-data/database-2
15+
- /path/to/CSD-Theory Landscape Database:/csd-data/CSPLandscape.csdsqlx
1716
environment:
18-
- ServiceSettings__Databases__2__Name=database-1
19-
- ServiceSettings__Databases__2__ConnectionString=/csd-data/database-1
20-
- ServiceSettings__Databases__3__Name=database-2
21-
- ServiceSettings__Databases__3__ConnectionString=/csd-data/database-2
17+
- ServiceSettings__Databases__2__Name=CSP Database
18+
- ServiceSettings__Databases__2__ConnectionString=/csd-data/CSPLandscape.csdsqlx
19+
- ServiceSettings__Databases__2__Speciality__0=CSP
2220

2321
webcsd:
2422
volumes:

0 commit comments

Comments
 (0)