azukaar / cosmos-servapps-official

Official repository for Cosmos apps on the market
GNU Affero General Public License v3.0
37 stars 44 forks source link

[App Request] Tool to convert docker compose to cosmos-compose #69

Closed silycr closed 10 months ago

silycr commented 10 months ago

As per title, requesting a tool to simplify docker compose to cosmos-compose.

Potential to: Include in existing "Import Compose File" function Push button option to push to GitHub for a subsequent pull request; building the app store ecosystem faster, improving uptake

azukaar commented 10 months ago

When you import a docker-compose into the "Import Compose File" window, it already converts it to a cosmos-compose file that you can copy Adding a "push to github" button would be too much of a sequence break for people who don't know what this is about thought let me know your thoughts

silycr commented 10 months ago

This is within 'backup.cosmos-compose.json' ?

Depends if you're wanting community assistance to help build the app availability.

Also, I'm trying to mount nfs volume but note no futher volume options are exposed in the GUI. Am I blind, or manual mounting required?

silycr commented 10 months ago

@azukaar also impressed with the speed of response

azukaar commented 10 months ago
  1. Input a docker-compose in the window

image

  1. Cosmos give you a cosmos-compose back for you to copy (or to continue importing)

image

silycr commented 10 months ago

Haha. Didn't register breezing past that.

Any info on the nfs mount through gui? or a manual host mount required?

azukaar commented 10 months ago

Cosmos UI doesnt support the native NFS mounts for Docker, there's ticket for it already in the main repo You can create them from Docker CLI only