Path | Description |
---|---|
config/yaml.d/all-in-one.yaml |
All config in one file |
docker run -d --restart unless-stopped \
--name smarthost \
-p 8587:587 -p 8586:586 \
-v ./config:/etc/smarthost \
insios/smarthost
helm upgrade --install --atomic --cleanup-on-fail \
--namespace smarthost --create-namespace \
--set-file config.yaml.data.all-in-one_yaml=./config/yaml.d/all-in-one.yaml \
smarthost oci://ghcr.io/insios/helm/smarthost