Matt Gill

Results 4 comments of Matt Gill

@legal90 thanks for looking into this! For now we have a workaround where we manually Mount and partition a new disk, but it's not ideal!

@Pixel-Jack I ended up swapping to [localstack](https://github.com/localstack/localstack) instead of this as it supports SQS... I also needed KMS as part of my stack and it came with that, too. Perhaps...

If it helps, here's a snippet of my `docker-compose` file which uses localstack to set up SQS and create two queues: ``` services: localstack: image: localstack/localstack ports: - "8000:8080" environment:...

I took what @umarcor suggested, and I think I've got a nice workaround which allows env vars to be shared in the way we're all looking for: ``` env: FOO:...