Compare commits
2 commits
a0801e7ad0
...
41d9383a30
| Author | SHA1 | Date | |
|---|---|---|---|
| 41d9383a30 | |||
|
3f94a992fe |
5 changed files with 6 additions and 6 deletions
|
|
@ -28,7 +28,7 @@ labels {
|
||||||
|
|
||||||
resolved {
|
resolved {
|
||||||
tags "white_check_mark,resolved"
|
tags "white_check_mark,resolved"
|
||||||
priority 2
|
updatenotification true
|
||||||
}
|
}
|
||||||
|
|
||||||
ntfy {
|
ntfy {
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ labels {
|
||||||
|
|
||||||
resolved {
|
resolved {
|
||||||
tags "white_check_mark,resolved"
|
tags "white_check_mark,resolved"
|
||||||
priority 2
|
updatenotification true
|
||||||
}
|
}
|
||||||
|
|
||||||
ntfy {
|
ntfy {
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ labels {
|
||||||
|
|
||||||
resolved {
|
resolved {
|
||||||
tags "white_check_mark,resolved"
|
tags "white_check_mark,resolved"
|
||||||
priority 2
|
updatenotification true
|
||||||
}
|
}
|
||||||
|
|
||||||
ntfy {
|
ntfy {
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ labels {
|
||||||
|
|
||||||
resolved {
|
resolved {
|
||||||
tags "white_check_mark,resolved"
|
tags "white_check_mark,resolved"
|
||||||
priority 2
|
updatenotification true
|
||||||
}
|
}
|
||||||
|
|
||||||
ntfy {
|
ntfy {
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ services:
|
||||||
- pretalx_net
|
- pretalx_net
|
||||||
|
|
||||||
pretalx:
|
pretalx:
|
||||||
image: docker.io/pretalx/standalone:v2025.1.0
|
image: docker.io/pretalx/standalone:v2025.2.3
|
||||||
entrypoint: gunicorn
|
entrypoint: gunicorn
|
||||||
command:
|
command:
|
||||||
- "pretalx.wsgi"
|
- "pretalx.wsgi"
|
||||||
|
|
@ -78,7 +78,7 @@ services:
|
||||||
- pretalx_net
|
- pretalx_net
|
||||||
|
|
||||||
celery:
|
celery:
|
||||||
image: docker.io/pretalx/standalone:v2025.1.0
|
image: docker.io/pretalx/standalone:v2025.2.3
|
||||||
command:
|
command:
|
||||||
- taskworker
|
- taskworker
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue