Compare commits
4 Commits
fixed_imag
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 6ff9ea57f7 | |||
| b6c979a582 | |||
| 4c041e1b35 | |||
| 5a4f19e791 |
@ -26,7 +26,7 @@ services:
|
||||
## Redirect HTTP to HTTPS
|
||||
- "traefik.http.middlewares.${STACK_NAME}-redirectscheme.redirectscheme.scheme=https"
|
||||
- "traefik.http.middlewares.${STACK_NAME}-redirectscheme.redirectscheme.permanent=true"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.1.0+0.26.2"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.2.0+0.26.4"
|
||||
- "backupbot.backup=${ENABLE_BACKUPS:-true}"
|
||||
- "backupbot.volumes.redis=false"
|
||||
|
||||
|
||||
1
release/0.2.0+0.26.4
Normal file
1
release/0.2.0+0.26.4
Normal file
@ -0,0 +1 @@
|
||||
if you use IMAGE_VERSION, update your env because it was moved to additional compose file to stick 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