Stan Wiechers
Stan Wiechers
Hi, when docker-sync worked it was a heaven sent. Way way faster. But now I am facing the issue with it working anymore. When my app starts there are no...
@EugenMayer maybe this has to be strongly called in the documentation. kind of like realistic/practical guide to using docker-sync. it's still way faster and less heavy then docker volumes.
I use delegated. In my project there are 10 containers representing cache, db, queue and so on. Plus custom software in docker images, all images forming a platfrom , using...
I have the same issue, how can I avoid that? Also posted the question here: http://stackoverflow.com/questions/16802948/ignoring-unregister-worker-in-resque
Solved it this way, the name of specific sequence '**createdAtSequence**' can be passed in via buildOptions. ... createdAt: factory.sequence(buildOptions.**createdAtSequence**||'createdAt', n=> { return moment().add(parseInt((n-1)/buildOptions.per_day||100),'days').toDate() } ) ...
You need to select the actual db. maybe you can extract the name from the URL, and if not given use a default like 'test'. ``` client.connect(uriString, function(err, database){ if...
Now it works, it seemed that the inital setup wizard started much after I opened the app.
Yes! I wasn’t initially taken through the setup as well, eventually it did with the reset. Sent from my iPhoneOn Jan 31, 2025, at 5:24 AM, Isobel Butler ***@***.***> wrote:...