docker icon indicating copy to clipboard operation
docker copied to clipboard

Installing for production

Open zerotraceme opened this issue 3 years ago • 5 comments

Is there documentation on how to setup for production? Just read that this docker image is for local dev and evaluation only... Ideally there would be a docker-compose that'd just work.

I'd be happy to write a setup and provide the docker-compose once I get it to work, but not sure where to start or if it's even possible to host for production.

Any hints or tutorials I've missed?

zerotraceme avatar Feb 18 '22 16:02 zerotraceme

Also interested in this. @leprodude any progress on the docker-compose?

johncadengo avatar Mar 09 '22 01:03 johncadengo

I've been able to build and host it, but somehow my database wasn't initialising properly, so I couldn't use it. I've decided to wait a bit, as the code base is being switched etc. but at some point I'll try again and post an update here if I get it to work properly

zerotraceme avatar Mar 09 '22 11:03 zerotraceme

@leprodude thanks for the info. Did you try initializing your own production docker image rather than starting with this as a base?

johncadengo avatar Apr 14 '22 20:04 johncadengo

Honestly I don't remember atm. I probably just used the docker image and made some changes to the docker-compose template...

zerotraceme avatar Apr 17 '22 08:04 zerotraceme

I tried also to install on production (first, test on local) and it is not very clear about what is wrong to use docker behind proxy on production.

The biggest problem for me is how set database for the first start. I don't understand what is necessary, also how create the first user (because some value seems to be necessary but the first user just need username, mail and password. I don't understand why more information is necessary.

PhilippeAccorsi avatar Aug 04 '22 13:08 PhilippeAccorsi