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:
|
||||
- ./mongodb:/data/db
|
||||
questdb:
|
||||
image: questdb/questdb:8.0.3
|
||||
image: questdb/questdb:8.1.0
|
||||
ports:
|
||||
- "8812:8812"
|
||||
- "9000:9000"
|
||||
|
2
pom.xml
2
pom.xml
@ -87,7 +87,7 @@
|
||||
<dependency>
|
||||
<groupId>org.questdb</groupId>
|
||||
<artifactId>questdb</artifactId>
|
||||
<version>8.0.3</version>
|
||||
<version>8.1.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.postgresql</groupId>
|
||||
|
Reference in New Issue
Block a user