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

How are volumes being used? #3

Open
regenrek opened this issue Nov 13, 2024 · 2 comments
Open

How are volumes being used? #3

regenrek opened this issue Nov 13, 2024 · 2 comments

Comments

@regenrek
Copy link

regenrek commented Nov 13, 2024

Hey,

awesome repo!

I have a question. Why there are volumes exist in your setup. Are they being used by the apps or will be the ssd disk used of esch worker?

additionaly why does every worker has a volume since I dont think they are mirrored (like a raid).

im asking this because im not sure how to setup a backup here. Doing it with coolifies s3 backup with hetzner s3 storage, aws s3 or volumes.

Any recommendations here?

regards

@Ujstor
Copy link
Owner

Ujstor commented Dec 7, 2024

@regenrek Sorry for the late response - I didn't see or expect an open issue ticket. :) Currently, volumes are automatically attached to /mnt/hetznerxxxxx, and configuration needs to be done manually. How you use them is up to you. I plan to automate this task with Ansible. You can remove the volumes in your setup if the node storage is sufficient for your needs.

To be honest, I haven't used backup inside Coolify, but using an existing AWS bucket is a good choice... or you can self-host MinIO on a single-node K3s and deploy MinIO operator and tenant with Helm charts

@Ujstor
Copy link
Owner

Ujstor commented Dec 23, 2024

Volumes are removed from main.tf, they can be readded according to the module's docs.

https://github.com/Ujstor/terraform-hetzner-modules

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

2 participants