chore: publish 2.0.0+1.18.0-rootless release

This commit is contained in:
Philipp Rothmann 2023-01-09 17:02:07 +01:00
parent 910dac0c1b
commit 1ea412525f
2 changed files with 10 additions and 2 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: "gitea/gitea:1.17.3-rootless"
image: "gitea/gitea:1.18.0-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=1.3.1+1.17.3-rootless
- coop-cloud.${STACK_NAME}.version=2.0.0+1.18.0-rootless
networks:

View File

@ -0,0 +1,8 @@
This release adds the possibility to run gitea with postgres.
Please add the following lines to your servers .env file!
```
COMPOSE_FILE="compose.yml"
COMPOSE_FILE="$COMPOSE_FILE:compose.mariadb.yml"
# COMPOSE_FILE="$COMPOSE_FILE:compose.postgres.yml"
```