Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minio, Nginx, Postgres etc. #12

Open
KrishnaPG opened this issue Jul 14, 2023 · 2 comments
Open

Minio, Nginx, Postgres etc. #12

KrishnaPG opened this issue Jul 14, 2023 · 2 comments

Comments

@KrishnaPG
Copy link

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
Copy link
Contributor

@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
Copy link

devMls commented Oct 20, 2023

Interesting It would be usefull fornme

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants