illacloud / deploy-illa-manually

Deploy illa utils manually. Docker, docker compose and k8s are all avaliable in this repo.
Apache License 2.0
37 stars 20 forks source link

Minio, Nginx, Postgres etc. #12

Open KrishnaPG opened 1 year ago

KrishnaPG commented 1 year ago

Currently the docker compose just uses one single image for hosting everything inside a single container. It is creating all dependencies (such as Minio, Ngnix, Postgres etc.) fresh inside its own container.

This makes it difficult to reuse existing Minio, Nginx or Postgres servers that are already running outside.

Please allow configuration, so that existing Minio, Nginx, Postgres (and any other dependencies) can be specified and reused for those who have them already running (without having to launch new instances inside the illa container again).

karminski commented 1 year ago

@KrishnaPG That's true. We are considering making anoter docker-compose slim image for it. We'll let you know when it's done.

devMls commented 1 year ago

Interesting It would be usefull fornme