Skip to content
Snippets Groups Projects
Commit 88ce9429 authored by skorpy's avatar skorpy :construction_worker:
Browse files

update pretix role

parent bcaf54ca
No related branches found
No related tags found
No related merge requests found
Pipeline #45436 passed with warnings
......@@ -11,8 +11,7 @@ registration={% if pretix.get('registration', False) %}on{% else %}off{% endif %
long_sessions={% if pretix.get('long-sessions', True) %}on{% else %}off{% endif %}
[database]
; Replace postgresql_psycopg2 with mysql for MySQL
backend=postgresql_psycopg2
backend=postgresql
name=postgres
user=postgres
password={{ pretix.get('postgres-password') }}
......
......@@ -4,7 +4,7 @@
{% set pretix = salt['pillar.get']('pretix', {}) %}
{% set volume = docker.volume_root ~ '/pretix' %}
{% set image = 'pretix/standalone:stable' %}
{% set postgres_image = 'postgres:10.6' %}
{% set postgres_image = 'postgres:17.2' %}
include:
- docker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment