update build image, add webapp env
This commit is contained in:
parent
a8a1311783
commit
282afc6b56
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user