almarklein / mypaas

Run your own PaaS using Docker, Traefik, and great analytics
BSD 2-Clause "Simplified" License
382 stars 16 forks source link

Adds mypaas.toml configuration file #35

Closed hydroid7 closed 1 year ago

hydroid7 commented 2 years ago

This is a configuration addition for deployments using mypaas.toml file. For now, it only adds the possibility to ignore certain directories with an ignore pattern.

Documentation included.

almarklein commented 2 years ago

Thanks! This looks really well done.

The linter is complaining. I suspect this is because the latest black has some updates. Could you run black . to update the formatting?