Compare commits

...

4 Commits

Author SHA1 Message Date
8b204f4533 Update postgres Docker tag to v18 2025-09-26 08:03:07 +00:00
00a85fea32 Update requarks/wiki Docker tag to v2.5.308 2025-08-13 08:02:53 +00:00
a1ebfd871d Merge pull request 'Configure Renovate' (#1) from renovate/configure into main
Reviewed-on: #1
2025-04-10 08:57:27 +00:00
072e9e15c0 Add renovate.json 2025-04-10 08:38:56 +00:00
2 changed files with 8 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ name: wikijs
services: services:
wiki: wiki:
image: requarks/wiki:2.5.307 image: requarks/wiki:2.5.308
container_name: wikijs container_name: wikijs
depends_on: depends_on:
- db_pg17 - db_pg17
@@ -23,7 +23,7 @@ services:
- db_pass - db_pass
db_pg17: db_pg17:
image: postgres:17 image: postgres:18
container_name: wikijs_db_pg17 container_name: wikijs_db_pg17
restart: unless-stopped restart: unless-stopped
healthcheck: healthcheck:

6
renovate.json Normal file
View File

@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}