Compare commits
2 commits
edbe2de26c
...
c79cfe3938
| Author | SHA1 | Date | |
|---|---|---|---|
| c79cfe3938 | |||
|
96ecd033c8 |
2 changed files with 2 additions and 1 deletions
|
|
@ -5,6 +5,7 @@
|
||||||
"config:best-practices",
|
"config:best-practices",
|
||||||
":ignoreUnstable"
|
":ignoreUnstable"
|
||||||
],
|
],
|
||||||
|
"semanticCommits": "disabled",
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
// Create a package rule for grouping all stable non-major dependency updates together.
|
// Create a package rule for grouping all stable non-major dependency updates together.
|
||||||
// A combination of/inspired by:
|
// A combination of/inspired by:
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ services:
|
||||||
backend:
|
backend:
|
||||||
|
|
||||||
pretix:
|
pretix:
|
||||||
image: docker.io/pretix/standalone:2024.8
|
image: docker.io/pretix/standalone:2025.8@sha256:21048b37b641ff50320984fc80a9fdf84fbfb37efc7d28484e7ac3ab0e64537a
|
||||||
command: ["all"]
|
command: ["all"]
|
||||||
ports:
|
ports:
|
||||||
- "8345:80"
|
- "8345:80"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue