Compare commits
2 Commits
3.0.0+1.22
...
work-path
Author | SHA1 | Date | |
---|---|---|---|
616d4437ed | |||
daf4a26f72 |
2
abra.sh
2
abra.sh
@ -1,4 +1,4 @@
|
||||
export APP_INI_VERSION=v19
|
||||
export APP_INI_VERSION=v20
|
||||
export DOCKER_SETUP_SH_VERSION=v1
|
||||
export PG_BACKUP_VERSION=v1
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
APP_NAME = {{ env "GITEA_APP_NAME" }}
|
||||
WORK_PATH=/var/lib/gitea
|
||||
|
||||
[database]
|
||||
DB_TYPE = {{ env "GITEA_DB_TYPE" }}
|
||||
|
@ -3,7 +3,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: "gitea/gitea:1.22.2-rootless"
|
||||
image: "gitea/gitea:1.22.3-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=3.0.0+1.22.2-rootless
|
||||
- coop-cloud.${STACK_NAME}.version=3.0.1+1.22.3-rootless
|
||||
|
||||
|
||||
networks:
|
||||
|
Reference in New Issue
Block a user