mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-06-16 04:56:47 -07:00
pr feedback
This commit is contained in:
@@ -70,14 +70,13 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "Starting LocalStack as managed Docker container..."
|
echo "Starting LocalStack as managed Docker container..."
|
||||||
# Start LocalStack with specific name and resource limits
|
# Start LocalStack with specific name and resource limits
|
||||||
|
# Note: Using default DATA_DIR to avoid tmpfs mount conflicts
|
||||||
docker run -d \
|
docker run -d \
|
||||||
--name localstack-main \
|
--name localstack-main \
|
||||||
--network bridge \
|
--network bridge \
|
||||||
-p 4566:4566 \
|
-p 4566:4566 \
|
||||||
-e SERVICES=s3,cloudformation,ecs,kinesis,cloudwatch,logs \
|
-e SERVICES=s3,cloudformation,ecs,kinesis,cloudwatch,logs \
|
||||||
-e DEBUG=0 \
|
-e DEBUG=0 \
|
||||||
-e DATA_DIR=/tmp/localstack/data \
|
|
||||||
--tmpfs /tmp/localstack/data:rw,noexec,nosuid,size=100m \
|
|
||||||
localstack/localstack:latest || true
|
localstack/localstack:latest || true
|
||||||
# Wait for LocalStack to be ready - check both health endpoint and S3 service
|
# Wait for LocalStack to be ready - check both health endpoint and S3 service
|
||||||
echo "Waiting for LocalStack to be ready..."
|
echo "Waiting for LocalStack to be ready..."
|
||||||
|
|||||||
Reference in New Issue
Block a user