Skip to content

Commit

Permalink
docker-compose use lakefs stats enabled from env if needed (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
nopcoder committed Sep 14, 2020
1 parent 1aff5ce commit aa21c37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ services:
- LAKEFS_GATEWAYS_S3_DOMAIN_NAME=s3.local.lakefs.io:8000
- LAKEFS_BLOCKSTORE_S3_CREDENTIALS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}
- LAKEFS_BLOCKSTORE_S3_CREDENTIALS_ACCESS_SECRET_KEY=${AWS_SECRET_ACCESS_KEY}
- LAKEFS_STATS_ENABLED
- LAKEFS_LOGGING_LEVEL
entrypoint: ["/app/wait-for", "postgres:5432", "--", "/app/lakefs", "run"]
postgres:
Expand Down

0 comments on commit aa21c37

Please sign in to comment.