Skip to content

Commit 8e9bdd6

Browse files
authored
Add comments to help with customisation NO_JIRA
1 parent b47380f commit 8e9bdd6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docker-compose.sample-onsite-only-db-config.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# On-Site Version 4.0
22
version: "3.6"
33

4+
# Replace /path/to/database-1 by the path to your first in-house database on the docker host
5+
# If you have more in-house databases, replace /path/to/database-2 as well
6+
# Add extra lines to the "volumes" and "environment" sections if needed
7+
# Database names can also be changed
48
services:
59
webcsdbackend:
610
volumes:
@@ -12,6 +16,7 @@ services:
1216
- ServiceSettings__Databases__3__Name=database-2
1317
- ServiceSettings__Databases__3__ConnectionString=/csd-data/database-2
1418

19+
# Replace /path/to/structure/files by the directory with your structure files
1520
webcsd:
1621
volumes:
17-
- ./path/to/structure/files:/structure-files
22+
- ./path/to/structure/files:/structure-files

0 commit comments

Comments
 (0)