initialised-localstack icon indicating copy to clipboard operation
initialised-localstack copied to clipboard

An image which adds automatic initialisation to localstack

Results 3 initialised-localstack issues
Sort by recently updated
recently updated
newest added

Hello, would it be possible to upgrade to the latest (1.2.0) localstack?

Hi, the image pushed to dockerhub is pretty old and does therefore not contain the latest and greatest changes from localstack - we found your project because we have the...

I created the docker-composer.yml: ``` version: "2.3" services: localstack: image: markglh/initialised-localstack:latest environment: - "SERVICES=${LOCALSTACK_SERVICES:-ssm}" - "DEFAULT_REGION=${AWS_REGION:-ap-southeast-2}" - "HOSTNAME=${LOCALSTACK_HOSTNAME:-localhost}" - "HOSTNAME_EXTERNAL=${LOCALSTACK_HOSTNAME_EXTERNAL:-localhost}" - "USE_SSL=false" #- "DATA_DIR=${LOCALSTACK_DATA_DIR:-/tmp/localstack/data}" # uncomment if you want to...