Skip to content

Commit

Permalink
enabled new functionality in latest version of LS
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobello committed Jan 26, 2024
1 parent 12043ea commit adb8d91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions dc-ls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ services:
# only check IAM do not enforce it
- IAM_SOFT_MODE=${LS_IAM_SOFT_MODE-1}
- OPENSEARCH_ENDPOINT_STRATEGY=port
- PROVIDER_OVERRIDE_CLOUDWATCH=v2
- DYNAMODB_REMOVE_EXPIRED_ITEMS=1
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
- "${LOCALSTACK_VOLUME_DIR:-/tmp/ls_volume}:/var/lib/localstack"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ services:
- PROXY_VOLUME_DIR # where to persist cert files. defaults to /tmp/mitproxy
- PROXY_URL # http(s) proxy to use. if USE_PROXY_HOST is enabled will be set to http://PROXY_CONTAINER_NAME:8080
- PROXY_AUTO_EXPORT_ENV # auto export HTTP_PROXY and HTTPS_PROXY vars equal to PROXY_URL
- DEV_CONTAINER=1.10.1 # used to detect if running inside dev container
- DEV_CONTAINER=1.10.2 # used to detect if running inside dev container
volumes:
- /var/run/docker.sock:/var/run/docker.sock # allow container to interact with host docker
- "${GDC_DIR}:/root/gdc-host" # mount gdc folder inside container to get access to compose files
Expand Down

0 comments on commit adb8d91

Please sign in to comment.