Update to 17 images

This commit is contained in:
Oliver Günther
2026-01-14 11:58:45 +01:00
parent 6831d93c1b
commit 21ed329801
4 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
# Please refer to our documentation to see all possible variables:
# https://www.openproject.org/docs/installation-and-operations/configuration/environment/
#
TAG=16-slim
TAG=17-slim
OPENPROJECT_HTTPS=false
OPENPROJECT_HOST__NAME=localhost
PORT=127.0.0.1:8080

View File

@@ -12,7 +12,7 @@ This repository contains the installation method for OpenProject using Docker Co
First, you must clone the [openproject-docker-compose](https://github.com/opf/openproject-docker-compose) repository:
```shell
git clone https://github.com/opf/openproject-docker-compose.git --depth=1 --branch=stable/16 openproject
git clone https://github.com/opf/openproject-docker-compose.git --depth=1 --branch=stable/17 openproject
```
Copy the example `.env` file and edit any values you want to change:
@@ -135,7 +135,7 @@ In order to install or change to BIM inside a Docker environment, please navigat
Retrieve any changes from the `openproject-docker-compose` repository:
git pull origin stable/16
git pull origin stable/17
Build the control plane:

View File

@@ -26,7 +26,7 @@ Switch off your current installation (using the outdated postgres engine):
```
Fetch the latest changes from this repository:
```shell
git pull origin stable/15 # adjust if needed
git pull origin stable/17 # adjust if needed
```
Build the control plane:
```shell

View File

@@ -9,7 +9,7 @@ volumes:
x-op-restart-policy: &restart_policy
restart: unless-stopped
x-op-image: &image
image: openproject/openproject:${TAG:-16-slim}
image: openproject/openproject:${TAG:-17-slim}
x-op-app: &app
<<: [*image, *restart_policy]
environment: