mirror of
https://github.com/dromara/hertzbeat.git
synced 2026-09-17 09:40:58 +00:00
fix: add GreptimeDB docker-compose assembly configuration (#3960)
Co-authored-by: Duansg <siguoduan@gmail.com>
This commit is contained in:
@@ -72,6 +72,17 @@ http://maven.apache.org/ASSEMBLY/2.0.0 ">
|
||||
</includes>
|
||||
<outputDirectory>hertzbeat-postgresql-victoria-metrics</outputDirectory>
|
||||
</fileSet>
|
||||
<fileSet>
|
||||
<directory>../script/docker-compose/hertzbeat-postgresql-greptimedb</directory>
|
||||
<filtered>true</filtered>
|
||||
<includes>
|
||||
<include>conf/**</include>
|
||||
<include>*.yaml</include>
|
||||
<include>*.md</include>
|
||||
<include>ext-lib/README</include>
|
||||
</includes>
|
||||
<outputDirectory>hertzbeat-postgresql-greptimedb</outputDirectory>
|
||||
</fileSet>
|
||||
<fileSet>
|
||||
<directory>../script/docker-compose</directory>
|
||||
<filtered>true</filtered>
|
||||
|
||||
@@ -64,7 +64,7 @@ services:
|
||||
- "14002:4002"
|
||||
- "14003:4003"
|
||||
volumes:
|
||||
- ./dbdata/tsdbdata:/greptimedb_data
|
||||
- greptime-tsdb-data:/greptimedb_data
|
||||
command:
|
||||
- "standalone"
|
||||
- "start"
|
||||
|
||||
Reference in New Issue
Block a user