@@ -13,18 +13,15 @@ services:
13
13
ports :
14
14
- " 8000:8000"
15
15
environment :
16
- - P_S3_URL=http://minio:9000
17
- - P_S3_ACCESS_KEY=parseable
18
- - P_S3_SECRET_KEY=supersecret
19
- - P_S3_REGION=us-east-1
20
- - P_S3_BUCKET=parseable
16
+ - P_GCS_BUCKET=parseable-test-gcs-local
21
17
- P_STAGING_DIR=/tmp/data
22
18
- P_USERNAME=parseableadmin
23
19
- P_PASSWORD=parseableadmin
24
20
- P_CHECK_UPDATE=false
25
21
- P_PARQUET_COMPRESSION_ALGO=snappy
26
22
- P_MODE=query
27
23
- RUST_LOG=warn
24
+ - GOOGLE_APPLICATION_CREDENTIALS=/parseable/svc/mpt-randd-8217aef869fd.json
28
25
networks :
29
26
- parseable-internal
30
27
healthcheck :
@@ -36,7 +33,9 @@ services:
36
33
restart_policy :
37
34
condition : on-failure
38
35
delay : 20s
39
- max_attempts : 3
36
+ max_attempts :
37
+ volumes :
38
+ - " /home/opeyemi/Downloads/:/parseable/svc/:ro,z"
40
39
# ingest server one
41
40
parseable-ingest-one :
42
41
container_name : parseable-ingest-one
@@ -48,11 +47,7 @@ services:
48
47
ports :
49
48
- " 8000"
50
49
environment :
51
- - P_S3_URL=http://minio:9000
52
- - P_S3_ACCESS_KEY=parseable
53
- - P_S3_SECRET_KEY=supersecret
54
- - P_S3_REGION=us-east-1
55
- - P_S3_BUCKET=parseable
50
+ - P_GCS_BUCKET=parseable-test-gcs-local
56
51
- P_STAGING_DIR=/tmp/data
57
52
- P_USERNAME=parseableadmin
58
53
- P_PASSWORD=parseableadmin
@@ -61,6 +56,7 @@ services:
61
56
- P_MODE=ingest
62
57
- P_INGESTOR_ENDPOINT=parseable-ingest-one:8000
63
58
- RUST_LOG=warn
59
+ - GOOGLE_APPLICATION_CREDENTIALS=/parseable/svc/mpt-randd-8217aef869fd.json
64
60
networks :
65
61
- parseable-internal
66
62
healthcheck :
@@ -76,6 +72,8 @@ services:
76
72
condition : on-failure
77
73
delay : 20s
78
74
max_attempts : 3
75
+ volumes :
76
+ - " /home/opeyemi/Downloads/:/parseable/svc/:ro,z"
79
77
80
78
quest :
81
79
platform : linux/amd64
@@ -90,10 +88,10 @@ services:
90
88
" 20" ,
91
89
" 10" ,
92
90
" 5m" ,
93
- " minio:9000 " ,
94
- " parseable " ,
95
- " supersecret " ,
96
- " parseable" ,
91
+ " storage.googleapis.com " ,
92
+ " GOOG1ESWXFI3QEE6X2SEYKIQDK6PONOW3QPKDD3HJZOBE34H6PWQWWQHYYBSI " ,
93
+ " 1Cfhir7cep9ej56UlLX6RKmkuV2BMcC2+BDFoSoa " ,
94
+ " parseable-test-gcs-local " ,
97
95
" http://parseable-ingest-one:8000" ,
98
96
" parseableadmin" ,
99
97
" parseableadmin" ,
@@ -105,8 +103,6 @@ services:
105
103
condition : service_healthy
106
104
parseable-ingest-one :
107
105
condition : service_healthy
108
- minio :
109
- condition : service_healthy
110
106
deploy :
111
107
restart_policy :
112
108
condition : on-failure
0 commit comments