Compare commits
2 Commits
fixed_vers
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 70ffa03329 | |||
| 35fecc5513 |
@ -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\"'"]
|
||||
|
||||
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)
|
||||
Reference in New Issue
Block a user