Merge remote-tracking branch 'origin/master'
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 37s
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 37s
This commit is contained in:
commit
8601915f76
@ -9,7 +9,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./mongodb:/data/db
|
- ./mongodb:/data/db
|
||||||
questdb:
|
questdb:
|
||||||
image: questdb/questdb:8.0.3
|
image: questdb/questdb:8.1.0
|
||||||
ports:
|
ports:
|
||||||
- "8812:8812"
|
- "8812:8812"
|
||||||
- "9000:9000"
|
- "9000:9000"
|
||||||
|
2
pom.xml
2
pom.xml
@ -87,7 +87,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.questdb</groupId>
|
<groupId>org.questdb</groupId>
|
||||||
<artifactId>questdb</artifactId>
|
<artifactId>questdb</artifactId>
|
||||||
<version>8.0.3</version>
|
<version>8.1.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.postgresql</groupId>
|
<groupId>org.postgresql</groupId>
|
||||||
|
Reference in New Issue
Block a user