Comment on GoToSocial is a new ActivityPub social network server for the Fediverse
leecalvin@lemmy.ca 11 months agoSetting up an app in docker is the easiest option, even more than just simply installing the binary?
Comment on GoToSocial is a new ActivityPub social network server for the Fediverse
leecalvin@lemmy.ca 11 months agoSetting up an app in docker is the easiest option, even more than just simply installing the binary?
GadgeteerZA@beehaw.org 11 months ago
Yes, as there is full control over what is exposed or mapped for the app including network ports, and future updates don’t get broken by inconsistent dependencies. I suppose if you run only one service on a machine and stick to standard ports for reverse proxying then maybe a binary install can be simpler. But if you want to install multiple apps ona server containers does become easier to manage and update.