Secrets. Docker. Silence.
It manages SOPS secrets and orchestrates Compose. No local dependencies. Only Docker.
Grab start.sh (or start.ps1). Put it in your project root.
If you need a key:
./start.sh keygenTo hide your .env:
./start.sh encrypt <public_key>
# or
./start.sh encrypt --passphrase "..."To see the truth:
./start.sh decrypt <private_key>Feed it a key. It starts the services.
./start.sh -k <private_key>| flag | result |
|---|---|
-k, --key |
The key. Mandatory for reality. |
-p, --passphrase |
Words instead of keys. |
-d, --dev |
Development mode. Bypasses the weight of secrets. |
-u, --update |
Pull fresh images. |
-b, --build |
Rebuild. Start over. |
--down |
Stop everything. |
-v, --volumes |
Remove volumes too. |
- Version: Every service gets
DECRYPTER_VERSION. - UI: It streams progress on one line. No scrolling.
- Update:
./start.sh --updatekeeps the tool from aging.
Installing sops, age, and python everywhere is a burden. This is just a container. It does what it must.