update build image, add webapp env
This commit is contained in:
parent
a8a1311783
commit
282afc6b56
@ -16,14 +16,17 @@ backend:
|
||||
storage: "10Gi"
|
||||
env:
|
||||
NEO4J_URI: "bolt://ocelot-neo4j-neo4j:7687"
|
||||
PRODUCTION_DB_CLEAN_ALLOW: "true"
|
||||
PUBLIC_REGISTRATION: "true"
|
||||
INVITE_REGISTRATION: "true"
|
||||
CATEGORIES_ACTIVE:
|
||||
CATEGORIES_ACTIVE: "true"
|
||||
|
||||
webapp:
|
||||
image:
|
||||
repository: ghcr.io/{{ .StateValues.github_repository | lower }}/webapp
|
||||
env:
|
||||
PUBLIC_REGISTRATION: "true"
|
||||
INVITE_REGISTRATION: "true"
|
||||
CATEGORIES_ACTIVE: "true"
|
||||
|
||||
maintenance:
|
||||
image:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user