*Update Dockerfile and config with s3 endpoint

This commit is contained in:
Derrick Hammer 2022-09-27 14:29:42 -04:00
parent 90d72a3474
commit 1cc026fb40
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
2 changed files with 6 additions and 3 deletions

View File

@ -14,4 +14,3 @@ apt-get install aptly ca-certificates -y && \
apt-get clean
ADD aptly.conf /etc/aptly.conf
VOLUME ["/aptly"]

View File

@ -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"
}
}
}