8000 Docker Compose support for Deployments · Issue #12 · biersoeckli/QuickStack · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Docker Compose support for Deployments #12

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

Open
NeGroRA opened this issue Feb 7, 2025 · 10 comments
Open

Docker Compose support for Deployments #12

NeGroRA opened this issue Feb 7, 2025 · 10 comments
Labels
enhancement New feature or request

Comments

@NeGroRA
Copy link
NeGroRA commented Feb 7, 2025

I have a question because there is a problem with uploading docker manually Will there be such a possibility that in life not my own I mean copy and paste and not just image

@NeGroRA
Copy link
Author
NeGroRA commented Feb 7, 2025

@biersoeckli

@biersoeckli
Copy link
Owner

Hey @NeGroRA

I'm not sure I fully understand your question. Could you provide more details about the issue you're facing? Are you referring to copying and pasting a Docker Compose configuration, or something else? Any additional context would be helpful.

Thanks!

@NeGroRA
Copy link
Author
NeGroRA commented Feb 7, 2025

Image

just like in colify with its own docker compose

8000
@NeGroRA
Copy link
Author
NeGroRA commented Feb 7, 2025

and what is this about

Image

@biersoeckli

@biersoeckli
Copy link
Owner

Image

just like in colify with its own docker compose

Currently, Docker Compose uploads are not supported because QuickStack is built on Kubernetes (k3s) rather than Docker (like Coolify) which makes Docker Compose deployments a bit more difficult.

If you'd like, I can tag this issue as an enhancement and look into potential support for this in the future.

@NeGroRA
Copy link
Author
NeGroRA commented Feb 7, 2025

Okey

@biersoeckli
Copy link
Owner

and what is this about

Image

@biersoeckli

The current setup script prints allot of debug information. In the future the script will be more "clean" so it doesn't prints that much "unnecessary" information.

Since the script sets up nfs-common, Kubernetes, Longhorn, and Cert-Manager, it needs to wait for the necessary pods to start after each installation step. This is why you see messages indicating that the script is waiting for all required components/pods to come online.

@biersoeckli biersoeckli added the enhancement New feature or request label Feb 7, 2025
@biersoeckli biersoeckli changed the title There is a problem with exporting docker comps Docker Compose support for Deployments Feb 7, 2025
@NeGroRA
Copy link
Author
NeGroRA commented Feb 7, 2025

and for example how do I add port 80 to 8006

@NeGroRA
Copy link
Author
NeGroRA commented Feb 7, 2025

@biersoeckli this is how to add docker compose

@biersoeckli
Copy link
Owner

and for example how do I add port 80 to 8006

To make your app accessible from the internet, you need a domain. First, configure your domain to point to the server’s IP address where QuickStack is running. Then, in the “Domains” tab of your app, specify which port of your container should be routed to the domain.

We’ve created a video demonstrating the deployment of a sample app: https://youtu.be/koqGZ2ChHvw?si=wrvTHkteS_UM3fiA

Currently, direct mapping of a container port to a host port is not supported. For example map container port 80 to servers port 8080.

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

No branches or pull requests

2 participants
0