Skip to content

Commit b6d4d54

Browse files
committed
feat: fix localpath for docker-compose
1 parent 861dde3 commit b6d4d54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose-gcs-distributed-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
- P_PARQUET_COMPRESSION_ALGO=snappy
2222
- P_MODE=query
2323
- RUST_LOG=warn
24-
- GOOGLE_APPLICATION_CREDENTIALS=/parseable/svc/mpt-randd-8217aef869fd.json
24+
- GOOGLE_APPLICATION_CREDENTIALS=/parseable/svc/${GCS_CREDENTIALS_FILE:-key.json}
2525
networks:
2626
- parseable-internal
2727
healthcheck:
@@ -35,7 +35,7 @@ services:
3535
delay: 20s
3636
max_attempts:
3737
volumes:
38-
- "/home/opeyemi/Downloads/:/parseable/svc/:ro,z"
38+
- "${GCS_CREDENTIALS_PATH:-./credentials}:/parseable/svc/:ro,z"
3939
# ingest server one
4040
parseable-ingest-one:
4141
container_name: parseable-ingest-one

0 commit comments

Comments
 (0)