indico / indico-containers

Containerization of Indico
27 stars 26 forks source link

Help wanted: clarify deployment for production #27

Closed ClundXIII closed 2 years ago

ClundXIII commented 2 years ago

Hello,

from the Readme file:

ATTENTION: DO NOT use this in production as it is. There are important things missing, such as HTTPS support.

Apart from putting an HTTPs reverse proxy in front of the application, are there any other things one should do?

The volumes with persistent data seems all to be here (although I will probably map them all to folders on my drive).

ThiefMaster commented 2 years ago

I think the warning is a bit obsolete. HTTPS support indeed belongs outside these containers, and as long as you properly persist data (DB + archive folder) it should be alright.

ClundXIII commented 2 years ago

Thanks a lot :)