Skip to content
Merged
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
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# On-Site Version 4.0
# On-Site Version 4.2.1
version: "3.6"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure what version: "3.6" is - but does that need updating as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3.6 is the "Compose" specification for Docker and changes how the file is interpreted. I do think we need to remove this in favour of Compose Specification which we'll need to look into but I think should be done in the main release


x-labels: &k8s-labels
Expand Down Expand Up @@ -79,7 +79,7 @@ services:
condition: service_healthy
csd-request-entry:
condition: service_healthy
image: ccdcrepository.azurecr.io/onsite/webcsdbackend:4.2.0
image: ccdcrepository.azurecr.io/onsite/webcsdbackend:4.2.1
environment:
- CCDC_LICENSING_CONFIGURATION=${CCDC_LICENSING_CONFIGURATION}
- Logging__LogLevel__Default=Warning
Expand Down