Comment on "Portainer restructuring and layoffs" (cross-post from another site)
BrianTheeBiscuiteer@lemmy.world 4 months agoUsed it for a bit but I didn’t like how you have to deploy things from templates which are basically compose files that don’t like like compose files.
WalnutLum@lemmy.ml 4 months ago
They’re 1-1 compose files.
The app just saves them as compose files and then runs docker compose in the backend.
it is EXTREMELY barebones
BrianTheeBiscuiteer@lemmy.world 4 months ago
I put the sample template (yacht.sh/docs/Templates/Templates/) into a file named docker-compose.yml and Docker said the syntax was invalid. Are you saying I can give Yacht a compose file and it’s cool with it?
WalnutLum@lemmy.ml 4 months ago
Ah, no not the template files for the individual containers, but the project descriptors are just compose files.