question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Self-contained docker image for easier self-hosting

See original GitHub issue

Create 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:closed
  • Created 3 years ago
  • Comments:19 (18 by maintainers)

github_iconTop GitHub Comments

1reaction
ejsmithcommented, Jun 8, 2020

@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.

0reactions
ejsmithcommented, Jun 22, 2020

@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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found