Compare commits
5 Commits
2.8.0+1.21
...
2.10.1+1.2
Author | SHA1 | Date | |
---|---|---|---|
cae11a78e6 | |||
8e8809fd07 | |||
24e4b09b07 | |||
43d43fb2b7 | |||
c5dada903e |
2
abra.sh
2
abra.sh
@ -1,4 +1,4 @@
|
||||
export APP_INI_VERSION=v17
|
||||
export APP_INI_VERSION=v18
|
||||
export DOCKER_SETUP_SH_VERSION=v1
|
||||
|
||||
abra_backup_app() {
|
||||
|
@ -8,7 +8,7 @@ services:
|
||||
- GITEA_DB_NAME=gitea
|
||||
- GITEA_DB_USER=gitea
|
||||
db:
|
||||
image: postgres:15.7
|
||||
image: postgres:15.8
|
||||
deploy:
|
||||
labels:
|
||||
backupbot.backup: "true"
|
||||
|
@ -3,7 +3,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: "gitea/gitea:1.21.11-rootless"
|
||||
image: "gitea/gitea:1.22.2-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.10.1+1.22.2-rootless
|
||||
|
||||
|
||||
networks:
|
||||
|
Reference in New Issue
Block a user