*Update Dockerfile and config with s3 endpoint
This commit is contained in:
parent
90d72a3474
commit
1cc026fb40
|
@ -14,4 +14,3 @@ apt-get install aptly ca-certificates -y && \
|
|||
apt-get clean
|
||||
|
||||
ADD aptly.conf /etc/aptly.conf
|
||||
VOLUME ["/aptly"]
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"rootDir": "/aptly",
|
||||
"downloadConcurrency": 4,
|
||||
"downloadSpeedLimit": 0,
|
||||
"architectures": [],
|
||||
|
@ -12,5 +11,10 @@
|
|||
"downloadSourcePackages": false,
|
||||
"ppaDistributorID": "ubuntu",
|
||||
"ppaCodename": "",
|
||||
"S3PublishEndpoints": {}
|
||||
"S3PublishEndpoints": {
|
||||
"apt.web3relay.io": {
|
||||
"bucket": "apt-web3relay-io",
|
||||
"endpoint": "https://s3.filebase.com"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue