Skip to content

Commit

Permalink
Fix Docker example
Browse files Browse the repository at this point in the history
  • Loading branch information
bdovaz committed Nov 10, 2021
1 parent 6bf414b commit fd62f9e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ services:
- Registry:PackageNameNuGetPostFix= (Custom NuGet) # Suffix of the package title, useful in case of having several containers and several scope registries, default is " (NuGet)".
- Registry:RootPersistentFolder=custom_unity_packages # Path to the folder where the packages cache will be stored, default is "unity_packages".
- Registry:UpdateInterval=00:01:00 # Packages update interval, default is "00:10:00" (10 minutes).
- Registry:TargetFramework:Name=netstandard2.1 # Target framework: https://docs.microsoft.com/en-us/dotnet/standard/frameworks
- Registry:TargetFramework:DefineConstraint=NET_STANDARD_2_1 # Unity directive that should match with Target framework: https://docs.unity3d.com/Manual/PlatformDependentCompilation.html
- Logging:LogLevel:Default=Information
ports:
- 5000:80
Expand Down
28 changes: 28 additions & 0 deletions examples/docker/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,35 @@
"listed": true,
"version": "10.0.4"
},
"Microsoft.Bcl.AsyncInterfaces": {
"listed": true,
"version": "1.0.0"
},
"Microsoft.Bcl.HashCode": {
"listed": true,
"version": "1.0.0"
},
"Microsoft.CSharp": {
"ignore": true
},
"System.Buffers": {
"listed": true,
"version": "4.4.0"
},
"System.Memory": {
"listed": true,
"version": "4.5.0"
},
"System.Numerics.Vectors": {
"listed": false,
"version": "4.4.0"
},
"System.Runtime.CompilerServices.Unsafe": {
"listed": true,
"version": "4.4.0"
},
"System.Threading.Tasks.Extensions": {
"listed": false,
"version": "4.4.0"
}
}

0 comments on commit fd62f9e

Please sign in to comment.