Skip to content

Commit

Permalink
Baget
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Jul 26, 2023
1 parent c9745b8 commit 561ccef
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker/baget/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ services:
- Search__Type=Database
- Mirror__Enabled=true
- Mirror__PackageSource=https://api.nuget.org/v3/index.json
- AllowPackageOverwrites=true
- PackageDeletionBehavior=HardDelete
volumes:
- /home/markr/docker/baget-data/nuget:/var/baget

Expand All @@ -33,5 +35,7 @@ services:
- Search__Type=Database
- Mirror__Enabled=true
- Mirror__PackageSource=https://funfair.myget.org/F/internal/auth/071ea13d-90dd-4b3d-a2be-6133beba5d05/api/v3/index.json
- AllowPackageOverwrites=true
- PackageDeletionBehavior=HardDelete
volumes:
- /home/markr/docker/baget-data/nuget:/var/baget
- /home/markr/docker/baget-data/funfair:/var/baget

0 comments on commit 561ccef

Please sign in to comment.