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}