Compare commits
2 commits
e9cc3f9006
...
df182f4c5a
| Author | SHA1 | Date | |
|---|---|---|---|
| df182f4c5a | |||
|
3e0fdfa8de |
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
services:
|
||||
database:
|
||||
image: docker.io/library/mariadb:11
|
||||
image: docker.io/library/mariadb:12
|
||||
environment:
|
||||
- "MARIADB_DATABASE=wordpress"
|
||||
- "MARIADB_ROOT_PASSWORD={{ secret__mariadb_root_password }}"
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ services:
|
|||
- pretalx_net
|
||||
|
||||
pretalx:
|
||||
image: docker.io/pretalx/standalone:v2025.2.2
|
||||
image: docker.io/pretalx/standalone:v2025.1.0
|
||||
entrypoint: gunicorn
|
||||
command:
|
||||
- "pretalx.wsgi"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue