Compare commits
2 commits
00a577d66f
...
99064572dc
| Author | SHA1 | Date | |
|---|---|---|---|
| 99064572dc | |||
| 81b16a04cb |
2 changed files with 4 additions and 3 deletions
|
|
@ -33,7 +33,7 @@ services:
|
|||
- pretalx_net
|
||||
|
||||
pretalx:
|
||||
image: docker.io/pretalx/standalone:v2025.1.0
|
||||
image: docker.io/pretalx/standalone:v2025.2.3
|
||||
entrypoint: gunicorn
|
||||
command:
|
||||
- "pretalx.wsgi"
|
||||
|
|
@ -78,7 +78,7 @@ services:
|
|||
- pretalx_net
|
||||
|
||||
celery:
|
||||
image: docker.io/pretalx/standalone:v2025.1.0
|
||||
image: docker.io/pretalx/standalone:v2025.2.3
|
||||
command:
|
||||
- taskworker
|
||||
restart: unless-stopped
|
||||
|
|
|
|||
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
#
|
||||
# Update the transmission settings.json. For the update, stop transmission,
|
||||
# put the new file in place, and restart it.
|
||||
# put the new file in place, and restart it. This is necessary because
|
||||
# transmission is constantly rewriting the settings file while it is running.
|
||||
#
|
||||
|
||||
set -e
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue