Self-contained docker image for easier self-hosting
See original GitHub issueCreate a docker image that has the entire Exceptionless app in an easy to use single docker container where users can just do a single docker run
command.
- Start from Elasticsearch base image
- Install dotnet
- Add files from API docker image
- Figure out how to run both Elasticsearch and the aspnet web app at the same time and monitor both processes
- Add files from UI docker image
- Ability to configure UI through environment variables
- Figure out how to host the API and UI in the same ASPNETCORE app
- Figure out how to enable SPA mode (push state)
- Figure out how to map a volume for ES data so that it persists between runs
- Figure out how to use an SSL certificate and run in HTTPS required mode
- Figure out how to enable email sending
- Publish docker images to Docker hub
- Update self-hosting documentation
Issue Analytics
- State:
- Created 3 years ago
- Comments:19 (18 by maintainers)
Top Results From Across the Web
Setup for self-hosting with Docker images? : r/selfhosted
It is my first time with self-hosting, so I have a few questions: ... (especially if I want to leverage the Docker images...
Read more >Should I use self-contained or framework-dependent ...
In this post I compare the impact of the framework-dependent vs self-contained mode on Docker image size, taking layer caching into account.
Read more >Is building a self contained docker container the correct ...
We deployed on a m3 AWS ec2 server and launch the container. Inside the ec2 server there is nginx that is listening to...
Read more >How To Deploy a Go Web Application with Docker
Docker lets us create a self-contained image with everything our application needs to work. In this tutorial, you will learn how to deploy...
Read more >Next level data privacy with easy, free and secure self ...
Easy : The first setup isn't necessarily easy (nor complicated). But it takes a bit of time. We'll go through it all together....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@gmbzero I still need to update the self-hosting docs, but I did update the README in the project to show how to run a simpler simple testing instance and then there is also this hosting samples file that shows how to run it at different levels.
@Phyxion I’m going to close this issue. If you are still having a migration issue then can you please open a new issue for that?