define edition to make changing to bim discoverable

This commit is contained in:
Markus Kahl
2022-06-01 14:01:27 +01:00
parent 6eda706b3c
commit 19269f8429
3 changed files with 6 additions and 0 deletions

View File

@@ -23,6 +23,8 @@ spec:
value: "16"
- name: RAILS_MIN_THREADS
value: "4"
- name: OPENPROJECT_EDITION
value: classic
image: openproject/community:12
name: seeder
resources: {}

View File

@@ -35,6 +35,8 @@ spec:
value: "16"
- name: RAILS_MIN_THREADS
value: "4"
- name: OPENPROJECT_EDITION
value: classic
image: openproject/community:12
ports:
- containerPort: 8080

View File

@@ -34,6 +34,8 @@ spec:
value: "16"
- name: RAILS_MIN_THREADS
value: "4"
- name: OPENPROJECT_EDITION
value: classic
image: openproject/community:12
name: worker
resources: {}