Skip to content

Commit

Permalink
Merge remote-tracking branch 'stage.ocelot.social/hetzner' into hetzner
Browse files Browse the repository at this point in the history
  • Loading branch information
roschaefer committed Nov 5, 2024
2 parents a912db8 + 282afc6 commit d4b7757
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
OCELOT_VERSION=sha-d120d82
OCELOT_VERSION=sha-7725002
11 changes: 7 additions & 4 deletions helmfile/values/ocelot.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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: true
PUBLIC_REGISTRATION: "true"
INVITE_REGISTRATION: "true"
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:
Expand Down

0 comments on commit d4b7757

Please sign in to comment.