Compare commits
5 Commits
2.1.2+1.19
...
2.3.1+1.20
Author | SHA1 | Date | |
---|---|---|---|
b95eae3b57 | |||
d18379a364 | |||
46bb242fe7 | |||
f9249f1284 | |||
9fe02cb19f |
2
abra.sh
2
abra.sh
@ -1,4 +1,4 @@
|
|||||||
export APP_INI_VERSION=v9
|
export APP_INI_VERSION=v10
|
||||||
export DOCKER_SETUP_SH_VERSION=v1
|
export DOCKER_SETUP_SH_VERSION=v1
|
||||||
|
|
||||||
abra_backup_app() {
|
abra_backup_app() {
|
||||||
|
@ -71,3 +71,10 @@ ENABLED = true
|
|||||||
FILE_EXTENSIONS = .rst
|
FILE_EXTENSIONS = .rst
|
||||||
RENDER_COMMAND = rst2html
|
RENDER_COMMAND = rst2html
|
||||||
IS_INPUT_FILE = false
|
IS_INPUT_FILE = false
|
||||||
|
|
||||||
|
[log]
|
||||||
|
MODE=console
|
||||||
|
LEVEL=WARN
|
||||||
|
STACKTRACE_LEVEL=None
|
||||||
|
ENABLE_ACCESS_LOG=false
|
||||||
|
ENABLE_XORM_LOG=false
|
||||||
|
@ -2,4 +2,4 @@ version: '3.8'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: codeberg.org/forgejo/forgejo:1.18.2-0-rootless
|
image: codeberg.org/forgejo/forgejo:1.19.3-0-rootless
|
||||||
|
@ -8,7 +8,7 @@ services:
|
|||||||
- GITEA_DB_NAME=gitea
|
- GITEA_DB_NAME=gitea
|
||||||
- GITEA_DB_USER=gitea
|
- GITEA_DB_USER=gitea
|
||||||
db:
|
db:
|
||||||
image: postgres:15.2
|
image: postgres:15.3
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_DB=gitea
|
- POSTGRES_DB=gitea
|
||||||
- POSTGRES_USER=gitea
|
- POSTGRES_USER=gitea
|
||||||
|
@ -3,7 +3,7 @@ version: "3.8"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: "gitea/gitea:1.19.3-rootless"
|
image: "gitea/gitea:1.20.1-rootless"
|
||||||
configs:
|
configs:
|
||||||
- source: app_ini
|
- source: app_ini
|
||||||
target: /etc/gitea/app.ini
|
target: /etc/gitea/app.ini
|
||||||
@ -61,7 +61,7 @@ services:
|
|||||||
- "traefik.http.middlewares.${STACK_NAME}_cors.headers.accesscontrolalloworiginlist=https://${GITEA_CORS_ALLOW_DOMAIN}"
|
- "traefik.http.middlewares.${STACK_NAME}_cors.headers.accesscontrolalloworiginlist=https://${GITEA_CORS_ALLOW_DOMAIN}"
|
||||||
- "traefik.http.middlewares.${STACK_NAME}_cors.headers.accesscontrolmaxage=100"
|
- "traefik.http.middlewares.${STACK_NAME}_cors.headers.accesscontrolmaxage=100"
|
||||||
- "traefik.http.middlewares.${STACK_NAME}_cors.headers.addvaryheader=true"
|
- "traefik.http.middlewares.${STACK_NAME}_cors.headers.addvaryheader=true"
|
||||||
- coop-cloud.${STACK_NAME}.version=2.1.2+1.19.3-rootless
|
- coop-cloud.${STACK_NAME}.version=2.3.1+1.20.1-rootless
|
||||||
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
|
Reference in New Issue
Block a user