myoung34

Results 91 comments of myoung34

Id like to deploy this with k8s and not use the `test: ['CMD', 'node', '/app/services/healthcheck']` mentioned [here](https://dashy.to/docs/deployment#deploy-with-docker) Id instead like to use a `/something` endpoint that can respond with 200...

I ran into this and tried nohup, &, pid catching, all of those. The only way to solve it was to write an init.d script to do it for me....

It does not, all persistent data outside of logs go to mongo. If youre running mongo locally (via that container) then yes.

Working fine, then added back `VIRTUAL_HOST=domain.com www.domain.com` I captured the config by forking the ecs-nginx-proxy Dockerfile with this diff: ``` -CMD nginx && ecs-gen --signal="nginx -s reload" --template=nginx.tmpl --output=/etc/nginx/conf.d/default.conf +CMD...

After some digging, its not supposed to be whitespace separated (what your docs say), but comma separated. Doing this with a comma no longer errors, but does not foward as...

They are in VPC, and it does prefix them, but you can still have multiple security groups with the same name in AWS (in a vpc or not), but in...

Are there plans to build this for ARM? This still happens

Are there plans to do this? Forking all of that to cross build is pretty hefty

we *really* need this. Right now the way it works is only by a specific OU string which is terrible. Group membership would be much better