forked from coop-cloud/gitea
Compare commits
4
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c52ccd5606 | ||
|
|
97fe2bf213 | ||
|
|
fe536b276b | ||
|
|
852717d212 |
@@ -1,4 +1,4 @@
|
||||
export APP_INI_VERSION=v22
|
||||
export APP_INI_VERSION=v23
|
||||
export DOCKER_SETUP_SH_VERSION=v1
|
||||
export PG_BACKUP_VERSION=v1
|
||||
|
||||
|
||||
+1
-2
@@ -56,7 +56,6 @@ services:
|
||||
volumes:
|
||||
- data:/var/lib/gitea
|
||||
- config:/etc/gitea
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
networks:
|
||||
- proxy
|
||||
@@ -87,7 +86,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.6.2+1.27.1-rootless
|
||||
- coop-cloud.${STACK_NAME}.version=3.6.3+1.27.1-rootless
|
||||
|
||||
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user