Closed mariohik closed 4 years ago
It sounds like the cdn was down to restore packages, please try again.
No, it's not. The error persists.
Can you view: https://f.feedz.io/foundatio/foundatio/nuget/index.json
Yes
Hi guys! I encountered the same problem. How can I solve it?
It sounds like the cdn was down to restore packages, please try again.
Is the application required to work online? I thought Docker images should usually contain everything needed?
I think the problem people are running into is that the root docker-compose.yml is also doing a code build. We need to have some separate ones that use pre-built images from Docker Hub.
@alexanderadam I just updated that file to not do a code build and also updated the self-hosted docs. Can you try again?
I didn't try it yet, I was just curious because I saw this issue. But @mariohik might give some feedback.
As I don't have a lot of knowledge of Linux, I solved it in another way. What I did was as follows:
1 - I installed Docker for Windows on my notebook
2 - I generated the images using the 'docker-compose up' command on it
3 - I exported the images with the command 'docker save
I know it's not the ideal solution, but it worked.
@mariohik sorry about that. It should be a lot simpler now. The default docker-compose.yml doesn't do any code building now.
The 'docker-compose up' command returns the following error: