Compare commits
2 Commits
0.2.0+v2.1
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 80caab4e90 | |||
| 882a139098 |
@ -3,7 +3,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: binwiederhier/ntfy:v2.13.0
|
||||
image: binwiederhier/ntfy:v2.14.0
|
||||
command:
|
||||
- serve
|
||||
environment:
|
||||
@ -21,7 +21,7 @@ services:
|
||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
|
||||
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.2.0+v2.13.0"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.3.0+v2.14.0"
|
||||
- "backupbot.backup=${ENABLE_BACKUPS:-true}"
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "wget -q --tries=1 http://localhost:80/v1/health -O - | grep -Eq '\"healthy\"\\s*:\\s*true'"]
|
||||
|
||||
Reference in New Issue
Block a user