Skip to content

Commit cfc1a71

Browse files
updated compose env vars
1 parent 17b3dff commit cfc1a71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ services:
33
loader:
44
build: .
55
environment:
6-
- LOADER_DATA_DIR=/home-dirs
6+
- LOADER_NUM_WORKERS=3
7+
- LOADER_DATA_DIR=/data
78
- LOADER_S3_ENDPOINT=http://minio:9000
89
- LOADER_S3_ACCESS_KEY_ID=admin
910
- LOADER_S3_SECRET_ACCESS_KEY=password
1011
- LOADER_S3_BUCKET=node-data
11-
- LOADER_NUM_WORKERS=3
1212
volumes:
13-
- "./test-data:/home-dirs"
13+
- "./test-data:/data"
1414

1515
minio:
1616
image: minio/minio

0 commit comments

Comments
 (0)