mirror of
https://github.com/fosrl/newt.git
synced 2026-03-09 07:12:28 -05:00
[docs improvement] Additional environment variable for blueprint #64
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @didotb on GitHub (Sep 25, 2025).
My newt docker compose file's being ran directly inside my PVE host, which none of my LXC and VMs can see, so I thought using docker compose's labels inside my LXC or VM wouldn't work for me at all, nor did I want to use the newt cli since I didn't want to think about another 3rd party app when things break (I would definitely forget about it).
So I instead added these lines in my newt docker compose file:
to which my blueprint.yaml would have the
hostnameundertargetsbe the IP of my LXC or VM, and it works fine for my case.I just thought this would be a good addition, especially to those new to this project, to have this option immediately known to them.