Compare commits

...

3 Commits

Author SHA1 Message Date
24e4b09b07 chore: publish 2.9.1+1.22.0-rootless release
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-15 12:25:05 +02:00
43d43fb2b7 fix APP_INI_VERSION 2024-08-15 12:24:30 +02:00
3wc
c5dada903e chore: publish 2.9.0+1.22.0-rootless release
All checks were successful
continuous-integration/drone/push Build is passing
2024-07-03 14:26:42 -04:00
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
export APP_INI_VERSION=v17
export APP_INI_VERSION=v18
export DOCKER_SETUP_SH_VERSION=v1
abra_backup_app() {

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: "gitea/gitea:1.21.11-rootless"
image: "gitea/gitea:1.22.0-rootless"
configs:
- source: app_ini
target: /etc/gitea/app.ini
@ -85,7 +85,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.8.0+1.21.11-rootless
- coop-cloud.${STACK_NAME}.version=2.9.1+1.22.0-rootless
networks: