Compare commits
4 Commits
4.0.0+12.0
...
4.0.2+12.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 19cf5e34ee | |||
| dbf2be1463 | |||
| 288f1df668 | |||
| 32b1979f48 |
2
abra.sh
2
abra.sh
@ -1,4 +1,4 @@
|
||||
export APP_INI_VERSION=v21
|
||||
export APP_INI_VERSION=v22
|
||||
export DOCKER_SETUP_SH_VERSION=v1
|
||||
export PG_BACKUP_VERSION=v1
|
||||
|
||||
|
||||
@ -14,6 +14,7 @@ services:
|
||||
- internal_token
|
||||
- jwt_secret
|
||||
- secret_key
|
||||
- lfs_jwt_secret
|
||||
environment:
|
||||
- GITEA_ALLOW_ONLY_EXTERNAL_REGISTRATION
|
||||
- GITEA_APP_NAME
|
||||
@ -87,7 +88,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=4.0.0+12.0.2-rootless
|
||||
- coop-cloud.${STACK_NAME}.version=4.0.2+12.0.2-rootless
|
||||
|
||||
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user