Skip to content

Latest commit

 

History

History

yaml-all-in-one

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Configure via all-in-one YAML file

Configuration files

Path Description
config/yaml.d/all-in-one.yaml All config in one file

Docker

docker run -d --restart unless-stopped \
    --name smarthost \
    -p 8587:587 -p 8586:586 \
    -v ./config:/etc/smarthost \
    insios/smarthost

Helm

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