Merge pull request 'Updated images for MariaDB/Gitea and Postgres to latest stable or LTS' (#31) from javielico/gitea:master into master
continuous-integration/drone/tag Build is passing Details

Reviewed-on: #31
This commit is contained in:
javielico 2023-05-18 10:36:25 +00:00
commit 1e612d84a2
4 changed files with 6 additions and 4 deletions

View File

@ -8,7 +8,7 @@ services:
- GITEA_DB_NAME=gitea
- GITEA_DB_USER=gitea
db:
image: "mariadb:10.9"
image: "mariadb:10.11.2"
command: |
mysqld --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
environment:

View File

@ -8,7 +8,7 @@ services:
- GITEA_DB_NAME=gitea
- GITEA_DB_USER=gitea
db:
image: postgres:9.6
image: postgres:15.2
environment:
- POSTGRES_DB=gitea
- POSTGRES_USER=gitea

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: "gitea/gitea:1.18.5-rootless"
image: "gitea/gitea:1.19.3-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=2.1.0+1.18.5-rootless
- coop-cloud.${STACK_NAME}.version=2.1.2+1.19.3-rootless
networks:

View File

@ -0,0 +1,2 @@
Beware that you'll also be updating Postgres if you're running it. Usually with major updates it might involve pg_dumpall / pg_restore either side of the upgrade because the server app doesn't know how to upgrade data storage formats, won't launch if it detects an old data format, a pg_upgrade command is available. More info on https://git.coopcloud.tech/coop-cloud/gitea/pulls/31