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

use own pretix docker image for more plugins

parent e8bc40d0
No related branches found
No related tags found
No related merge requests found
Pipeline #45444 passed with warnings
......@@ -3,7 +3,7 @@
{% set docker = salt['pillar.get']('docker', {}) %}
{% set pretix = salt['pillar.get']('pretix', {}) %}
{% set volume = docker.volume_root ~ '/pretix' %}
{% set image = 'pretix/standalone:stable' %}
{% set image = 'docker.chaos.expert/ffffm/container/pretix:latest' %}
{% set postgres_image = 'postgres:17.2' %}
include:
......
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