Comment on Selfhosting Overleaf
clmbmb@lemmy.dbzer0.com 10 months agoI don’t really like using Docker so I always go for easier option
Usually docker is the easiest option as you don’t have to install a lot of dependencies, then set up other services and databases and whatnot. Especially if you use docker-compose.
cichy1173@szmer.info 10 months ago
The easier option is hunting for Docker Compose…
folkrav@lemmy.ca 10 months ago
A Docker Compose is literally just a bunch of Docker commands in yaml format. It’s IMHO much harder to mess around with a file format you fundamentally don’t understand.
cichy1173@szmer.info 10 months ago
I know, That’s why I said I always look for Docker Compose bc it is the easier option.
yA3xAKQMbq@lemm.ee 10 months ago
There’s even a website that translates it for you: www.composerize.com
cichy1173@szmer.info 10 months ago
Yeah, Even Dockge can do that