Compare commits

...

2 commits

Author SHA1 Message Date
f90b1a9521 Update docker.io/pretix/standalone Docker tag to v2026
All checks were successful
/ Ansible Lint (push) Successful in 2m48s
/ Ansible Lint (pull_request) Successful in 2m52s
2026-04-01 00:16:58 +00:00
34958a0584
pad(host): update postgresql image from version 15 to 18
All checks were successful
/ Ansible Lint (push) Successful in 2m20s
2026-04-01 01:51:22 +02:00
2 changed files with 3 additions and 3 deletions

View file

@ -3,13 +3,13 @@
services: services:
database: database:
image: docker.io/library/postgres:15-alpine image: docker.io/library/postgres:18-alpine
environment: environment:
- "POSTGRES_USER=hedgedoc" - "POSTGRES_USER=hedgedoc"
- "POSTGRES_PASSWORD={{ secret__hedgedoc_db_password }}" - "POSTGRES_PASSWORD={{ secret__hedgedoc_db_password }}"
- "POSTGRES_DB=hedgedoc" - "POSTGRES_DB=hedgedoc"
volumes: volumes:
- database:/var/lib/postgresql/data - database:/var/lib/postgresql
restart: unless-stopped restart: unless-stopped
app: app:

View file

@ -25,7 +25,7 @@ services:
backend: backend:
pretix: pretix:
image: docker.io/pretix/standalone:2024.8 image: docker.io/pretix/standalone:2026.3
command: ["all"] command: ["all"]
ports: ports:
- "8345:80" - "8345:80"