Ulf Gebhardt 9de1638faa
v3.12.2
fix aws region

fix credentials

fix config

variables according to yunite
2025-09-19 00:32:08 +02:00

23 lines
706 B
Go Template

{{ $image_tag := env "IMAGE_TAG" | default (exec "../scripts/branded_image_tag.sh" (list) | trim) }}
deploy:
GITHUB_REPOSITORY: ocelot-social-community/stage.ocelot.social
IMAGE_TAG: {{ $image_tag }}
DOMAIN: stage.ocelot.social
REDIRECT_DOMAINS: []
NAMESPACE: ocelot-staging
RELEASE_NAME_OCELOT: ocelot-social
NEO4J_STORAGE: "5Gi"
ocelot:
options:
PRODUCTION_DB_CLEAN_ALLOW: "false"
PUBLIC_REGISTRATION: "true"
INVITE_REGISTRATION: "true"
CATEGORIES_ACTIVE: "true"
MAX_PINNED_POSTS: "1"
BADGES_ENABLED: "true"
NETWORK_NAME: "stage.ocelot.social"
ASK_FOR_REAL_NAME: "false"
REQUIRE_LOCATION: "false"