Collection of container configs for easy build and deploy
Find a file
2025-12-06 16:27:42 +07:00
bin UPDATE: default to 15.0 2025-12-06 16:27:42 +07:00
container NEW: build custom images 2025-11-23 01:16:26 +07:00
res NEW: build custom images 2025-11-23 01:16:26 +07:00
.gitignore NEW: build custom images 2025-11-23 01:16:26 +07:00
LICENSE Initial commit 2025-11-22 11:07:01 +07:00
README.md Fix typo in README regarding setup design 2025-11-23 01:17:42 +07:00

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

  1. Ideally in Vault (BACKLOG).
  2. Implementation using Consul since this is for home use.