Lee Kirkland

Results 20 comments of Lee Kirkland
trafficstars

The one repo I saw with docker compose, was running the deploy script in the container, resulting in all the services being deployed in the container, which is less then...

@ryansmith94 I'll try and give it a shot, but may not be until after the new year.

https://github.com/caperneoignis/learninglocker/tree/docker-file-addition Working on the container right now. They seem to be stable, just need to get past the initial install piece which I'm trying to wrap my head around. Any...

```` ui_1 | 2018-12-18 21:51:07:300 - error: ui_1 | { message: 'E11000 duplicate key error collection: learninglocker_v2.siteSettings index: _id_ dup key: { : ObjectId(\'111111111111111111111111\') }', ui_1 | stack: 'MongoError: E11000...

Correction I figured it out. The issue was I was doing the migration before doing the account creation. I flipped the two around and everything works. I can log in...

Good news, when using a persistent database the user, if he already exist does not throw an error, and the system keeps running even with the command to try and...

@lunika why do you have nginx if you are exposing the ports for api and ui? You can setup nginx to accept request through port 80 and then proxy the...

@lunika you are correct sir, sorry about that, if you don't add port:port to the expose then it does the expose locally and not host based. I would say setting...

how big are these visualizations? Because Redis is running out of client connections for you to connect to. It sounds like your server is running out of memory. Is Redis...

Also, started at of undefined, looks like it's an error from the front end, client side, maybe the timestamp is coming in wrong, null, or unreadable. I'd have to let...