mirror of
https://github.com/jhfoo/freebsd-containers.git
synced 2026-05-20 13:53:01 +00:00
Collection of container configs for easy build and deploy
| bin | ||
| container | ||
| res | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
freebsd-containers
Collection of container configs for easy build and deploy. The intent is to encourage best-practice deployments while balancing complexity.
Caveat
Still learning what best-practice really means so don't take the collection as gospel truth on how things should be.
Assumptions
Home use
This setup is not designed for commercial or production. Decisions are biased towards home setups.
Best practices
Store secrets e.g. tokens in KV
- Ideally in Vault (BACKLOG).
- Implementation using Consul since this is for home use.