Indico container - production use

Hello all!

Is Indico Docker container ( getindico/indico - Docker Image | Docker Hub) ready to production use? If not is there any possibility to install it using for eg. Ubuntu, Python, NGINX images in Docker compose file?

Best regards,
G33kson

You need a bit more to set up a running indico instance: check GitHub - indico/indico-containers: Containerization of Indico
and remember that providing https-support is not deliverd out-of-thebox, so you either need another reverse proxy in front or you need to configure https for the indico-nginx service.

Yes, but you still need to run all the other services like redis & celery separately.

Just to expand on this, the current compose setup is a bit outdated, but you can check out this PR for an updated setup:

We expect this to get merged when we release 3.3.