Comment on Kubernetes? docker-compose? How should I organize my container services in 2024?
nopersonalspace@lemmy.world 10 months agoHow do you manage your services on that, docker compose files? I’m really trying to get away from the workflow of clicking around in some UI to configure everything, only for it to glitch out and disappear and I have to try and remember what things to click to get it back. It was my main problem with portainer that caused me to move away from it (I have separate issues with docker-compose but that’s another thing)
hi_its_me@lemmy.world 10 months ago
Personally I use Docker Compose and backup up my compose scripts to the NAS.
monkeyman512@lemmy.world 10 months ago
Same