Compare commits
6 Commits
0.5.0+11.1
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 70ffa03329 | |||
| 35fecc5513 | |||
| 905d9bd232 | |||
| 9d753c1b10 | |||
| 48531310dc | |||
| 9006e45350 |
@ -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
|
||||
3
compose.customversion.yml
Normal file
3
compose.customversion.yml
Normal file
@ -0,0 +1,3 @@
|
||||
services:
|
||||
app:
|
||||
image: directus/directus:${IMAGE_VERSION}
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
services:
|
||||
app:
|
||||
image: directus/directus:${IMAGE_VERSION:-11.15.1}
|
||||
image: directus/directus:11.16.1
|
||||
|
||||
environment:
|
||||
DB_CLIENT: pg
|
||||
@ -62,7 +62,7 @@ services:
|
||||
## Redirect HTTP to HTTPS
|
||||
- "traefik.http.middlewares.${STACK_NAME}-redirect.redirectscheme.scheme=https"
|
||||
- "traefik.http.middlewares.${STACK_NAME}-redirect.redirectscheme.permanent=true"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.5.0+11.15.1"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.6.0+11.16.1"
|
||||
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "wget -qO- http://0.0.0.0:8055/server/health | grep -q '\"status\":\"ok\"'"]
|
||||
|
||||
2
release/0.5.0+11.15.1
Normal file
2
release/0.5.0+11.15.1
Normal 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.
|
||||
1
release/0.6.0+11.16.1
Normal file
1
release/0.6.0+11.16.1
Normal file
@ -0,0 +1 @@
|
||||
if you use a custom IMAGE_VERSION, make sure you update your .env-file because it was moved to an additional compose file (to continue with fixed versions as default from now on)
|
||||
6
renovate.json
Normal file
6
renovate.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user