4 Commits

Author SHA1 Message Date
val
905d9bd232 moved IMAGE_VERSION in extra compose-file 2026-03-12 04:12:51 +01:00
9d753c1b10 Merge pull request 'chore: Configure Renovate' (#2) from renovate/configure into main
Reviewed-on: #2
2026-03-12 02:11:41 +00:00
48531310dc Add renovate.json 2026-03-10 17:37:53 +00:00
val
9006e45350 release notes 0.5.0+11.15.1 2026-02-11 18:39:29 +01:00
5 changed files with 16 additions and 3 deletions

View File

@ -6,8 +6,6 @@ TYPE=directus
DOMAIN=directus.example.com
#IMAGE_VERSION=11.13.1
## Domain aliases
#EXTRA_DOMAINS=', `www.directus.example.com`'
@ -50,3 +48,7 @@ ADMIN_EMAIL=mail@example.com
# https://directus.io/docs/configuration/auth-sso
# if you need more/other provider(s), consult docs on how to override compose.yml:
# https://docs.coopcloud.tech/operators/handbook/#how-can-i-modifyoverride-the-composeyml-file
## Custom Image Version
# COMPOSE_FILE="$COMPOSE_FILE:compose.customversion.yml"
# IMAGE_VERSION=11.13.1

View File

@ -0,0 +1,3 @@
services:
app:
image: directus/directus:${IMAGE_VERSION}

View File

@ -1,7 +1,7 @@
---
services:
app:
image: directus/directus:${IMAGE_VERSION:-11.15.1}
image: directus/directus:11.16.1
environment:
DB_CLIENT: pg

2
release/0.5.0+11.15.1 Normal file
View File

@ -0,0 +1,2 @@
switched to fixed image versions as there seem to be breaking changes in minor versions.
added docs on SSO, SMTP, directus-cli, custom env-vars for flows, so check out README.md if you need these.

6
renovate.json Normal file
View File

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