Skip to content

Commit 578b692

Browse files
committed
remove env file from docker compose since event studio is public now
1 parent 145d0a0 commit 578b692

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docker-compose.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ services:
1717
- DISABLE_CUSTOM_CORS_APIGATEWAY=1
1818
- DISABLE_CUSTOM_CORS_S3=1
1919
# To setup the LocalStack Extensions
20-
- EXTENSION_AUTO_INSTALL=git+https://${GITHUB_TOKEN}@github.com/localstack/localstack-extension-event-studio/, localstack-extension-mailhog
20+
- EXTENSION_AUTO_INSTALL=localstack-extension-event-studio, localstack-extension-mailhog
2121
volumes:
2222
- "${LOCALSTACK_VOLUME_DIR:-./volume}:/var/lib/localstack"
2323
- "/var/run/docker.sock:/var/run/docker.sock"
24-
env_file:
25-
- .env

0 commit comments

Comments
 (0)