Compare commits

...
Author SHA1 Message Date
3wordchant b95eae3b57 chore: publish 2.3.1+1.20.1-rootless release 2023-07-25 12:53:45 +01:00
3wordchant d18379a364 Bump APP_INI_VERSION 2023-07-25 12:52:59 +01:00
3wordchant 46bb242fe7 chore: publish 2.3.0+1.20.1-rootless release 2023-07-25 12:50:30 +01:00
2 changed files with 3 additions and 3 deletions
+1 -1
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() {
+2 -2
View File
@@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: "gitea/gitea:1.19.3-rootless"
image: "gitea/gitea:1.20.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.3.1+1.20.1-rootless
networks: