Compare commits
4 Commits
cd363cd971
...
master
Author | SHA1 | Date | |
---|---|---|---|
392b9fd5d6 | |||
1c47cbe0d8 | |||
becfea8e82 | |||
f6c9d7f4d6 |
@@ -15,13 +15,13 @@ rust-s3 = { version = "0.37.0", features = ["tokio"] }
|
||||
actix-web = "4.11.0"
|
||||
actix-session = { version = "0.11.0", features = ["redis-session"] }
|
||||
light-openid = "1.0.4"
|
||||
thiserror = "2.0.16"
|
||||
thiserror = "2.0.17"
|
||||
rand = "0.9.2"
|
||||
rust-embed = "8.7.2"
|
||||
mime_guess = "2.0.5"
|
||||
askama = "0.14.0"
|
||||
urlencoding = "2.1.3"
|
||||
uuid = { version = "1.18.1", features = ["v4", "serde"] }
|
||||
uuid = { version = "1.18.0", features = ["v4", "serde"] }
|
||||
ipnet = { version = "2.11.0", features = ["serde"] }
|
||||
chrono = "0.4.42"
|
||||
futures-util = { version = "0.3.31", features = ["sink"] }
|
||||
|
@@ -30,7 +30,7 @@ services:
|
||||
- 8448:8448/tcp
|
||||
|
||||
db:
|
||||
image: docker.io/postgres:17-alpine
|
||||
image: docker.io/postgres:18-alpine
|
||||
user: "1000"
|
||||
environment:
|
||||
- POSTGRES_USER=synapse
|
||||
|
Reference in New Issue
Block a user