Compare commits

...

7 Commits

3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
export APP_INI_VERSION=v9
export APP_INI_VERSION=v10
export DOCKER_SETUP_SH_VERSION=v1
abra_backup_app() {

View File

@ -8,7 +8,7 @@ services:
- GITEA_DB_NAME=gitea
- GITEA_DB_USER=gitea
db:
image: postgres:15.3
image: postgres:15.5
environment:
- POSTGRES_DB=gitea
- POSTGRES_USER=gitea

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: "gitea/gitea:1.19.3-rootless"
image: "gitea/gitea:1.21.1-rootless"
configs:
- source: 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.accesscontrolmaxage=100"
- "traefik.http.middlewares.${STACK_NAME}_cors.headers.addvaryheader=true"
- coop-cloud.${STACK_NAME}.version=2.2.0+1.19.3-rootless
- coop-cloud.${STACK_NAME}.version=2.5.0+1.21.1-rootless
networks: