mirror of
https://github.com/toras9000/docker-kallithea.git
synced 2026-05-07 11:46:51 +02:00
kallithea v0.7.0-patched-fe050a93936b
This commit is contained in:
@@ -7,8 +7,8 @@ This image enables the SSH repository access function implemented in kallithea v
|
||||
|
||||
- 0.7.0
|
||||
- Version 0.7.0 of the pip package.
|
||||
- 0.7.0-patched2
|
||||
- Version overwritten with [changesets from the official source](https://kallithea-scm.org/repos/kallithea/changelog/36a36ebdf4bbc4da77c41cabdbdf4a688e8fbeea/).
|
||||
- 0.7.0-patched3
|
||||
- Version overwritten with [changesets from the official source](https://kallithea-scm.org/repos/kallithea/changelog/fe050a93936b31b8b6caed82e3745a2d1c1b3068/).
|
||||
|
||||
## Data location
|
||||
|
||||
|
||||
@@ -7,11 +7,11 @@ variable "KALLITHEA_IMAGE_VER" {
|
||||
}
|
||||
|
||||
variable "KALLITHEA_PATCH_REV" {
|
||||
default = "36a36ebdf4bb"
|
||||
default = "fe050a93936b"
|
||||
}
|
||||
|
||||
variable "KALLITHEA_FLAVOR" {
|
||||
default = ["patched-${KALLITHEA_PATCH_REV}", "patched2"]
|
||||
default = ["patched-${KALLITHEA_PATCH_REV}", "patched3"]
|
||||
}
|
||||
|
||||
group "default" {
|
||||
|
||||
@@ -21,7 +21,7 @@ services:
|
||||
- POSTGRES_DB=kallithea_store
|
||||
|
||||
app:
|
||||
image: toras9000/kallithea-mp:0.7.0-patched2
|
||||
image: toras9000/kallithea-mp:0.7.0-patched3
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
db:
|
||||
|
||||
Reference in New Issue
Block a user