update build image, add webapp env

This commit is contained in:
Robert Schäfer 2024-11-05 13:14:36 +01:00
parent a8a1311783
commit 282afc6b56
2 changed files with 6 additions and 3 deletions

2
.env
View File

@ -1 +1 @@
OCELOT_VERSION=sha-d120d82 OCELOT_VERSION=sha-7725002

View File

@ -16,14 +16,17 @@ backend:
storage: "10Gi" storage: "10Gi"
env: env:
NEO4J_URI: "bolt://ocelot-neo4j-neo4j:7687" NEO4J_URI: "bolt://ocelot-neo4j-neo4j:7687"
PRODUCTION_DB_CLEAN_ALLOW: "true"
PUBLIC_REGISTRATION: "true" PUBLIC_REGISTRATION: "true"
INVITE_REGISTRATION: "true" INVITE_REGISTRATION: "true"
CATEGORIES_ACTIVE: CATEGORIES_ACTIVE: "true"
webapp: webapp:
image: image:
repository: ghcr.io/{{ .StateValues.github_repository | lower }}/webapp repository: ghcr.io/{{ .StateValues.github_repository | lower }}/webapp
env:
PUBLIC_REGISTRATION: "true"
INVITE_REGISTRATION: "true"
CATEGORIES_ACTIVE: "true"
maintenance: maintenance:
image: image: