Skip to content

Commit

Permalink
Update client and docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
johnml1135 committed Oct 14, 2023
1 parent 9bc37be commit 022819e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,9 @@ services:
- ASPNETCORE_ConnectionStrings__Mongo=mongodb://mongo:27017/machine?replicaSet=myRS
- ASPNETCORE_ConnectionStrings__Serval=http://serval-api:81
- ClearML__ApiServer=https://api.sil.hosted.allegro.ai
- ClearML__Queue=production
- ClearML__DockerImage=ghcr.io/sillsdev/machine.py:0.9.6.2
- ClearML__Queue=lambert_24gb
- ClearML__DockerImage=mpy.local
- ClearML__Project=docker-compose
- "ClearML__AccessKey=${ClearML_AccessKey:?access key needed}"
- "ClearML__SecretKey=${ClearML_SecretKey:?secret key needed}"
- SharedFile__Uri=s3://aqua-ml-data/docker-compose/
Expand Down Expand Up @@ -128,8 +129,9 @@ services:
- ASPNETCORE_Kestrel__Endpoints__Http__Url=http://*:80
- ASPNETCORE_Kestrel__EndpointDefaults__Protocols=Http2
- ClearML__ApiServer=https://api.sil.hosted.allegro.ai
- ClearML__Queue=production
- ClearML__DockerImage=ghcr.io/sillsdev/machine.py:0.9.6.2
- ClearML__Queue=lambert_24gb
- ClearML__DockerImage=mpy.local
- ClearML__Project=docker-compose
- "ClearML__AccessKey=${ClearML_AccessKey:?access key needed}"
- "ClearML__SecretKey=${ClearML_SecretKey:?secret key needed}"
- SharedFile__Uri=s3://aqua-ml-data/docker-compose/
Expand Down
2 changes: 1 addition & 1 deletion src/Serval.Client/Serval.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Version>0.5.4</Version>
<Version>0.6.0</Version>
<Description>Client classes for Serval.</Description>
<RootNamespace>Serval.Client</RootNamespace>
</PropertyGroup>
Expand Down

0 comments on commit 022819e

Please sign in to comment.