-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Comments
theres literally a docker compose file here https://github.com/miurla/morphic/blob/main/docker-compose.yaml |
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... |
+1 to this; having an officially hosted image would make it easy to self-host. |
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 |
You are probably not doing it right. After the initial start (which may take a second or so), it runs smoothly. |
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 |
Pre-built images currently have issues with environment variables (#439). Please use |
I can't do that on a NAS or via Portainer. |
Portainer stacks are just docker compose... |
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.
The text was updated successfully, but these errors were encountered: