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

Prebuilt Docker Images #406

Closed
rcarmo opened this issue Jan 28, 2025 · 10 comments · Fixed by #431
Closed

Prebuilt Docker Images #406

rcarmo opened this issue Jan 28, 2025 · 10 comments · Fixed by #431

Comments

@rcarmo
Copy link

rcarmo commented Jan 28, 2025

Feature Description

I'd like to see prebuilt docker images one could deploy with Portainer (and thus without having to check out the repository).

Use Case

Ease of deployment in consumer grade NAS devices where you can't really get at a shell with ease.

Additional context

These could be built with GitHub actions and hosted on GitHub itself automatically.

@mayphilc
Copy link

theres literally a docker compose file here

https://github.com/miurla/morphic/blob/main/docker-compose.yaml

@rcarmo
Copy link
Author

rcarmo commented Jan 29, 2025

Which has a local build step. So it fails when used without it, because it relies on files from the git repository to be there...

@cloud-on-prem
Copy link

+1 to this; having an officially hosted image would make it easy to self-host.

@av
Copy link

av commented Feb 8, 2025

Additionally, it looks like the compose setup in the repo is mainly for development, it launches morphic in dev mode which is undesirably slow if one only wants to use the UI

@arsaboo
Copy link

arsaboo commented Feb 8, 2025

You are probably not doing it right. After the initial start (which may take a second or so), it runs smoothly.

@miurla miurla linked a pull request Feb 14, 2025 that will close this issue
@miurla
Copy link
Owner

miurla commented Feb 14, 2025

The prebuilt Docker images are now available at ghcr.io/miurla/morphic. If you need any adjustments to the setup configuration, feel free to submit a PR.

PR: #431

@miurla
Copy link
Owner

miurla commented Feb 16, 2025

Pre-built images currently have issues with environment variables (#439). Please use docker-compose up instead for now.

@rcarmo
Copy link
Author

rcarmo commented Feb 16, 2025

Pre-built images currently have issues with environment variables (#439). Please use docker-compose up instead for now.

I can't do that on a NAS or via Portainer.

@miurla
Copy link
Owner

miurla commented Feb 24, 2025

Pre-built images currently have issues with environment variables

Resolved in #453. Please try it after following the migration guide in #453.

@mayphilc
Copy link

Pre-built images currently have issues with environment variables (#439). Please use docker-compose up instead for now.

I can't do that on a NAS or via Portainer.

Portainer stacks are just docker compose...

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

Successfully merging a pull request may close this issue.

6 participants