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

Instructions on how to run localstack as a service

Open sondrelg opened this issue 1 year ago • 0 comments

Hi!

Thanks for creating an maintaining this!

When setting up localstack, the action spends around 60 seconds on setup. This seems excessive, and most of the time seems to go to:

  • installing python dependencies
  • pulling a docker image

but docker actions supports running docker images as services directly. Is this possible? If so, wouldn't that be preferrable?

sondrelg avatar Feb 06 '25 14:02 sondrelg