mirror of
https://github.com/opf/openproject-deploy.git
synced 2026-02-14 16:59:51 +00:00
Update to 17 images
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user