From c581f1bea9ed3ef0a59e76c7ba90b15a06ad436c Mon Sep 17 00:00:00 2001 From: Bastian <391732+dasrecht@users.noreply.github.com> Date: Mon, 10 Aug 2026 11:35:20 +0200 Subject: [PATCH] feat(service): update forgejo from v8 to v15 (#10639) --- templates/compose/forgejo-with-mariadb.yaml | 2 +- templates/compose/forgejo-with-mysql.yaml | 2 +- templates/compose/forgejo-with-postgresql.yaml | 2 +- templates/compose/forgejo-with-runner-with-mariadb.yaml | 2 +- templates/compose/forgejo-with-runner-with-mysql.yaml | 2 +- templates/compose/forgejo-with-runner-with-postgresql.yaml | 2 +- templates/compose/forgejo-with-runner.yaml | 2 +- templates/compose/forgejo.yaml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/compose/forgejo-with-mariadb.yaml b/templates/compose/forgejo-with-mariadb.yaml index 1296ff515..d3fced6ca 100644 --- a/templates/compose/forgejo-with-mariadb.yaml +++ b/templates/compose/forgejo-with-mariadb.yaml @@ -7,7 +7,7 @@ services: forgejo: - image: codeberg.org/forgejo/forgejo:8 + image: codeberg.org/forgejo/forgejo:15 environment: - SERVICE_URL_FORGEJO_3000 - FORGEJO__server__ROOT_URL=${SERVICE_URL_FORGEJO} diff --git a/templates/compose/forgejo-with-mysql.yaml b/templates/compose/forgejo-with-mysql.yaml index c0a770b21..086314136 100644 --- a/templates/compose/forgejo-with-mysql.yaml +++ b/templates/compose/forgejo-with-mysql.yaml @@ -7,7 +7,7 @@ services: forgejo: - image: codeberg.org/forgejo/forgejo:8 + image: codeberg.org/forgejo/forgejo:15 environment: - SERVICE_URL_FORGEJO_3000 - FORGEJO__server__ROOT_URL=${SERVICE_URL_FORGEJO} diff --git a/templates/compose/forgejo-with-postgresql.yaml b/templates/compose/forgejo-with-postgresql.yaml index 5fdf9bba4..dd1abf1eb 100644 --- a/templates/compose/forgejo-with-postgresql.yaml +++ b/templates/compose/forgejo-with-postgresql.yaml @@ -7,7 +7,7 @@ services: forgejo: - image: codeberg.org/forgejo/forgejo:8 + image: codeberg.org/forgejo/forgejo:15 environment: - SERVICE_URL_FORGEJO_3000 - FORGEJO__server__ROOT_URL=${SERVICE_URL_FORGEJO} diff --git a/templates/compose/forgejo-with-runner-with-mariadb.yaml b/templates/compose/forgejo-with-runner-with-mariadb.yaml index a0a8a412e..71f35c342 100644 --- a/templates/compose/forgejo-with-runner-with-mariadb.yaml +++ b/templates/compose/forgejo-with-runner-with-mariadb.yaml @@ -8,7 +8,7 @@ services: forgejo: - image: codeberg.org/forgejo/forgejo:8 + image: codeberg.org/forgejo/forgejo:15 environment: - SERVICE_URL_FORGEJO_3000 - FORGEJO__server__ROOT_URL=${SERVICE_URL_FORGEJO} diff --git a/templates/compose/forgejo-with-runner-with-mysql.yaml b/templates/compose/forgejo-with-runner-with-mysql.yaml index 54e664794..7e5b62a9d 100644 --- a/templates/compose/forgejo-with-runner-with-mysql.yaml +++ b/templates/compose/forgejo-with-runner-with-mysql.yaml @@ -8,7 +8,7 @@ services: forgejo: - image: codeberg.org/forgejo/forgejo:8 + image: codeberg.org/forgejo/forgejo:15 environment: - SERVICE_URL_FORGEJO_3000 - FORGEJO__server__ROOT_URL=${SERVICE_URL_FORGEJO} diff --git a/templates/compose/forgejo-with-runner-with-postgresql.yaml b/templates/compose/forgejo-with-runner-with-postgresql.yaml index d9a770c53..1f58b2f29 100644 --- a/templates/compose/forgejo-with-runner-with-postgresql.yaml +++ b/templates/compose/forgejo-with-runner-with-postgresql.yaml @@ -8,7 +8,7 @@ services: forgejo: - image: codeberg.org/forgejo/forgejo:8 + image: codeberg.org/forgejo/forgejo:15 environment: - SERVICE_URL_FORGEJO_3000 - FORGEJO__server__ROOT_URL=${SERVICE_URL_FORGEJO} diff --git a/templates/compose/forgejo-with-runner.yaml b/templates/compose/forgejo-with-runner.yaml index 68331b7db..d1f0e4582 100644 --- a/templates/compose/forgejo-with-runner.yaml +++ b/templates/compose/forgejo-with-runner.yaml @@ -8,7 +8,7 @@ services: forgejo: - image: codeberg.org/forgejo/forgejo:8 + image: codeberg.org/forgejo/forgejo:15 environment: - SERVICE_URL_FORGEJO_3000 - FORGEJO__server__ROOT_URL=${SERVICE_URL_FORGEJO} diff --git a/templates/compose/forgejo.yaml b/templates/compose/forgejo.yaml index e731707b7..9d84b2aae 100644 --- a/templates/compose/forgejo.yaml +++ b/templates/compose/forgejo.yaml @@ -7,7 +7,7 @@ services: forgejo: - image: codeberg.org/forgejo/forgejo:8 + image: codeberg.org/forgejo/forgejo:15 environment: - SERVICE_URL_FORGEJO_3000 - FORGEJO__server__ROOT_URL=${SERVICE_URL_FORGEJO}