mirror of https://github.com/usbharu/Hideout.git
Compare commits
No commits in common. "063d8f1359ea78ac42fa84a45a259ac8391b8f44" and "7e08beb352d0833a547c99aaa5f6904b879f3519" have entirely different histories.
063d8f1359
...
7e08beb352
|
@ -11,7 +11,7 @@ services:
|
||||||
POSTGRES_DB: "hideout"
|
POSTGRES_DB: "hideout"
|
||||||
|
|
||||||
mongodb:
|
mongodb:
|
||||||
image: mongo:8.0.8
|
image: mongo:8.0.5
|
||||||
ports:
|
ports:
|
||||||
- "27017:27017"
|
- "27017:27017"
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[versions]
|
[versions]
|
||||||
|
|
||||||
kotlin = "2.1.20"
|
kotlin = "2.1.10"
|
||||||
ktor = "3.1.1"
|
ktor = "3.1.1"
|
||||||
exposed = "0.59.0"
|
exposed = "0.59.0"
|
||||||
javacv-ffmpeg = "7.1-1.5.11"
|
javacv-ffmpeg = "7.1-1.5.11"
|
||||||
|
|
Loading…
Reference in New Issue