Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion docker-compose.sample-onsite-only-db-config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# On-Site Version 4.0
version: "3.6"

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

# Replace /path/to/structure/files by the directory with your structure files
webcsd:
volumes:
- ./path/to/structure/files:/structure-files
- ./path/to/structure/files:/structure-files