Skip to content

Commit 08ce060

Browse files
committed
fix(test): update influxdb3 paths
1 parent 11b53b3 commit 08ce060

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

compose.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
RUN apk add --no-cache curl openssl
2323
command: hugo server --bind 0.0.0.0
2424
healthcheck:
25-
test: ["CMD", "curl", "-f", "http://localhost:1313/influxdb/cloud-dedicated/"]
25+
test: ["CMD", "curl", "-f", "http://localhost:1313/influxdb3/cloud-dedicated/"]
2626
interval: 1m
2727
timeout: 10s
2828
retries: 2
@@ -106,9 +106,9 @@ services:
106106
command:
107107
# In the command, pass file paths to test.
108108
# The container preprocesses the files for testing and runs the tests.
109-
- content/influxdb/cloud-dedicated/**/*.md
109+
- content/influxdb3/cloud-dedicated/**/*.md
110110
environment:
111-
- CONTENT_PATH=content/influxdb/cloud-dedicated
111+
- CONTENT_PATH=content/influxdb3/cloud-dedicated
112112
profiles:
113113
- test
114114
- v3
@@ -125,12 +125,12 @@ services:
125125
source: ./test/shared
126126
target: /shared
127127
- type: bind
128-
source: ./content/influxdb/cloud-dedicated/.env.test
128+
source: ./content/influxdb3/cloud-dedicated/.env.test
129129
target: /app/.env.test
130130
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.
132132
- type: bind
133-
source: ./content/influxdb/cloud-dedicated/config.toml
133+
source: ./content/influxdb3/cloud-dedicated/config.toml
134134
target: /root/.config/influxctl/config.toml
135135
read_only: true
136136
# 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:
161161
command:
162162
# In the command, pass file paths to test.
163163
# The container preprocesses the files for testing and runs the tests.
164-
- content/influxdb/cloud-serverless/**/*.md
164+
- content/influxdb3/cloud-serverless/**/*.md
165165
environment:
166-
- CONTENT_PATH=content/influxdb/cloud-serverless
166+
- CONTENT_PATH=content/influxdb3/cloud-serverless
167167
profiles:
168168
- test
169169
- v3
@@ -180,7 +180,7 @@ services:
180180
source: ./test/shared
181181
target: /shared
182182
- type: bind
183-
source: ./content/influxdb/cloud-serverless/.env.test
183+
source: ./content/influxdb3/cloud-serverless/.env.test
184184
target: /app/.env.test
185185
read_only: true
186186
# 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:
211211
command:
212212
# In the command, pass file paths to test.
213213
# The container preprocesses the files for testing and runs the tests.
214-
- content/influxdb/clustered/**/*.md
214+
- content/influxdb3/clustered/**/*.md
215215
environment:
216-
- CONTENT_PATH=content/influxdb/clustered
216+
- CONTENT_PATH=content/influxdb3/clustered
217217
profiles:
218218
- test
219219
- v3
@@ -230,12 +230,12 @@ services:
230230
source: ./test/shared
231231
target: /shared
232232
- type: bind
233-
source: ./content/influxdb/clustered/.env.test
233+
source: ./content/influxdb3/clustered/.env.test
234234
target: /app/.env.test
235235
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.
237237
- type: bind
238-
source: ./content/influxdb/clustered/config.toml
238+
source: ./content/influxdb3/clustered/config.toml
239239
target: /root/.config/influxctl/config.toml
240240
read_only: true
241241
# 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

Comments
 (0)