I want to applaud your update to the dev README! I also want to say fuck docker! but I'm up and running, hopefully I can take a crack at this issue I saw the other day
I've learned to appreciate docker. It's gotten a lot better just over the last few years.
It can be a headache, but without it it'd be impossible to create a portable development environment.
reply
I get it, my local docker env was just totally borked and I had to completely purge and reinstall, it doesn't help my computer is geriatric and reaches 100% CPU usage spinning up sn :(
reply
You can try a more minimal setup with
$ COMPOSE_PROFILES=minimal ./sndev start
reply
Sadly I haven't gotten it working consistently, I've tried spinning it up in it's minimal setup but my app container keeps failing
reply
If, no, when I get it running better for me I'll try to document my steps as best I can to help anybody that might need it
reply
If you can share the error I can try to help. I'd pull the latest version from master too. It's had some minor fixes that might be relevant.
reply
Will do, I need to sign off for the night but I'll bring it up in the local dev discussions on GitHub first thing
reply