Compare commits

...

3 Commits

Author SHA1 Message Date
3wc
9153c4db2a chore: publish 2.3.2+1.20.3-rootless release
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-28 14:08:11 +02:00
3wc
b95eae3b57 chore: publish 2.3.1+1.20.1-rootless release
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-25 12:53:45 +01:00
3wc
d18379a364 Bump APP_INI_VERSION 2023-07-25 12:52:59 +01:00
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.4
environment:
- POSTGRES_DB=gitea
- POSTGRES_USER=gitea

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: "gitea/gitea:1.20.1-rootless"
image: "gitea/gitea:1.20.3-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.3.0+1.20.1-rootless
- coop-cloud.${STACK_NAME}.version=2.3.2+1.20.3-rootless
networks: