fix(newt): add SSL ca cert mount

Add the missing ssl CA certificates.

Signed-off-by: Camp <camp.fred@hotmail.com>
Signed-off-by: Noel Georgi <git@frezbo.dev>
This commit is contained in:
Camp 2025-07-04 12:31:40 -04:00 committed by Noel Georgi
parent 030ac164c5
commit 7bc2170ffb
No known key found for this signature in database
GPG Key ID: 21A9F444075C9E36

View File

@ -9,4 +9,12 @@ depends:
- configuration: true
container:
entrypoint: /usr/local/bin/newt
mounts:
# Mount CA root certificates as the endpoints will be signed by Let's Encrypt
- source: /etc/ssl/certs
destination: /etc/ssl/certs
type: bind
options:
- rbind
- ro
restart: always