8 lines
317 B
YAML
8 lines
317 B
YAML
# compose.plugin.yml
|
|
# Optional Override: Changes the Standard-Pretix Image with an Image with preinstalled custom plugins.
|
|
# Set active via setting: COMPOSE_FILE=compose.yml:compose.plugin.yml
|
|
version: "3.8"
|
|
|
|
services:
|
|
app:
|
|
image: git.coopcloud.tech/coop-cloud/pretix-plugins:${PRETIX_PLUGIN_IMAGE_TAG:-latest} |