Hello,
I am running localstack as docker container and locally I can paste an init.sh script into /etc/localstack/init/ready.d directory and it works fine. The infrastructure is set up successfully.
But now I have another setup. I have a data container, where my configuration is mounted on path /test/pathA/localstack/init.sh. When I try to mount the init.sh script from a volume (volume from) it mounts the volumes on the path, which is specified in the data container. (/test/pathA/localstack) but not /etc/localstack/init/ready.d. With the variable INIT_SCRIPTS_PATH it was possible to specify an alternative path, where the init scripts are located but without each data container has to expose volumes from (/etc/localstack) directory. And this is a problem, because I have no rights to write to this directory.