Compare commits

...

3 commits

Author SHA1 Message Date
f533679ffa Update docker.io/pretalx/standalone Docker tag to v2025.2.3
All checks were successful
/ build (pull_request) Successful in 29s
/ Ansible Lint (push) Successful in 4m13s
/ Ansible Lint (pull_request) Successful in 3m12s
2026-08-03 07:01:05 +00:00
68289025d2 Merge branch 'main' of git.hamburg.ccc.de:CCCHH/ansible-infra
All checks were successful
/ build (push) Successful in 54s
/ Ansible Lint (push) Successful in 3m22s
2026-08-03 08:58:31 +02:00
03ba0cf126 Use correct IP prefix in example 2026-08-03 08:58:29 +02:00
2 changed files with 5 additions and 3 deletions

View file

@ -11,10 +11,12 @@ tbd. where to add your key
## Example Config
Replace `YOUR_IP_IN_DEC` with your IP in decimal, and `YOUR_IP_IN_HEX` with your IP in hexadecimal.
```
[Interface]
PrivateKey = YOUR_PRIVATE_KEY
Address = 172.31.202.YOUR_IP/32
Address = 10.89.214.YOUR_IP_IN_DEC/32, 2a07:c481:1:37::YOUR_IP_IN_HEX
[Peer]
PublicKey = fmlxjh3iOfpgrHQQpK3dyOD0BvDppGCUkFuMSroqQR4=

View file

@ -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