@@ -22,7 +22,7 @@ services:
22
22
RUN apk add --no-cache curl openssl
23
23
command : hugo server --bind 0.0.0.0
24
24
healthcheck :
25
- test : ["CMD", "curl", "-f", "http://localhost:1313/influxdb /cloud-dedicated/"]
25
+ test : ["CMD", "curl", "-f", "http://localhost:1313/influxdb3 /cloud-dedicated/"]
26
26
interval : 1m
27
27
timeout : 10s
28
28
retries : 2
@@ -106,9 +106,9 @@ services:
106
106
command :
107
107
# In the command, pass file paths to test.
108
108
# The container preprocesses the files for testing and runs the tests.
109
- - content/influxdb /cloud-dedicated/**/*.md
109
+ - content/influxdb3 /cloud-dedicated/**/*.md
110
110
environment :
111
- - CONTENT_PATH=content/influxdb /cloud-dedicated
111
+ - CONTENT_PATH=content/influxdb3 /cloud-dedicated
112
112
profiles :
113
113
- test
114
114
- v3
@@ -125,12 +125,12 @@ services:
125
125
source : ./test/shared
126
126
target : /shared
127
127
- type : bind
128
- source : ./content/influxdb /cloud-dedicated/.env.test
128
+ source : ./content/influxdb3 /cloud-dedicated/.env.test
129
129
target : /app/.env.test
130
130
read_only : true
131
- # The following mount assumes your influxctl configuration file is located at ./content/influxdb /cloud-dedicated/config.toml.
131
+ # The following mount assumes your influxctl configuration file is located at ./content/influxdb3 /cloud-dedicated/config.toml.
132
132
- type : bind
133
- source : ./content/influxdb /cloud-dedicated/config.toml
133
+ source : ./content/influxdb3 /cloud-dedicated/config.toml
134
134
target : /root/.config/influxctl/config.toml
135
135
read_only : true
136
136
# In your code samples, use `/app/data/<FILE.lp>` or `data/<FILE.lp>` to access sample data files from the `static/downloads` directory.
@@ -161,9 +161,9 @@ services:
161
161
command :
162
162
# In the command, pass file paths to test.
163
163
# The container preprocesses the files for testing and runs the tests.
164
- - content/influxdb /cloud-serverless/**/*.md
164
+ - content/influxdb3 /cloud-serverless/**/*.md
165
165
environment :
166
- - CONTENT_PATH=content/influxdb /cloud-serverless
166
+ - CONTENT_PATH=content/influxdb3 /cloud-serverless
167
167
profiles :
168
168
- test
169
169
- v3
@@ -180,7 +180,7 @@ services:
180
180
source : ./test/shared
181
181
target : /shared
182
182
- type : bind
183
- source : ./content/influxdb /cloud-serverless/.env.test
183
+ source : ./content/influxdb3 /cloud-serverless/.env.test
184
184
target : /app/.env.test
185
185
read_only : true
186
186
# In your code samples, use `/app/data/<FILE.lp>` or `data/<FILE.lp>` to access sample data files from the `static/downloads` directory.
@@ -211,9 +211,9 @@ services:
211
211
command :
212
212
# In the command, pass file paths to test.
213
213
# The container preprocesses the files for testing and runs the tests.
214
- - content/influxdb /clustered/**/*.md
214
+ - content/influxdb3 /clustered/**/*.md
215
215
environment :
216
- - CONTENT_PATH=content/influxdb /clustered
216
+ - CONTENT_PATH=content/influxdb3 /clustered
217
217
profiles :
218
218
- test
219
219
- v3
@@ -230,12 +230,12 @@ services:
230
230
source : ./test/shared
231
231
target : /shared
232
232
- type : bind
233
- source : ./content/influxdb /clustered/.env.test
233
+ source : ./content/influxdb3 /clustered/.env.test
234
234
target : /app/.env.test
235
235
read_only : true
236
- # The following mount assumes your influxctl configuration file is located at ./content/influxdb /clustered/config.toml.
236
+ # The following mount assumes your influxctl configuration file is located at ./content/influxdb3 /clustered/config.toml.
237
237
- type : bind
238
- source : ./content/influxdb /clustered/config.toml
238
+ source : ./content/influxdb3 /clustered/config.toml
239
239
target : /root/.config/influxctl/config.toml
240
240
read_only : true
241
241
# In your code samples, use `/app/data/<FILE.lp>` or `data/<FILE.lp>` to access sample data files from the `static/downloads` directory.
0 commit comments