Compare commits
3 commits
f5f04ef17a
...
67e9b7c804
| Author | SHA1 | Date | |
|---|---|---|---|
| 67e9b7c804 | |||
|
282e82728b |
|||
|
f842723e9a |
2 changed files with 7 additions and 3 deletions
|
|
@ -3,7 +3,6 @@
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:recommended", // Included in config:best-practices anyway, but added for clarity.
|
"config:recommended", // Included in config:best-practices anyway, but added for clarity.
|
||||||
"config:best-practices",
|
"config:best-practices",
|
||||||
"schedule:daily",
|
|
||||||
":ignoreUnstable"
|
":ignoreUnstable"
|
||||||
],
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
|
|
@ -20,5 +19,10 @@
|
||||||
"patch"
|
"patch"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"docker-compose": {
|
||||||
|
"managerFilePatterns": [
|
||||||
|
"/(^|/)(?:docker-)?compose[^/]*\\.ya?ml.j2$/"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ services:
|
||||||
backend:
|
backend:
|
||||||
|
|
||||||
pretix:
|
pretix:
|
||||||
image: docker.io/pretix/standalone:2024.8
|
image: docker.io/pretix/standalone:2024.11@sha256:a70a2e8611465311f965f2c72c195a1de0ed5fda75a7f96b35899d10ba2b8cbb
|
||||||
command: ["all"]
|
command: ["all"]
|
||||||
ports:
|
ports:
|
||||||
- "8345:80"
|
- "8345:80"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue