26 lines
939 B
Go Template
26 lines
939 B
Go Template
#{{ $branded_image_tag:= env "BRANDED_IMAGE_TAG" | default (exec "../scripts/branded_image_tag.sh" (list) | trim) }}
|
|
#{{ $ocelot_image_tag := env "OCELOT_IMAGE_TAG" | default (exec "../scripts/ocelot_image_tag.sh" (list) | trim) }}
|
|
{{ $image_tag := env "IMAGE_TAG" | default (exec "../scripts/branded_image_tag.sh" (list) | trim) }}
|
|
|
|
deploy:
|
|
GITHUB_REPOSITORY: it4change/wir.social
|
|
IMAGE_TAG: {{ $image_tag }}
|
|
DOMAIN: wir.social
|
|
REDIRECT_DOMAINS: |
|
|
[ "www.wir.social"]
|
|
NAMESPACE: wir-social-ocelot-production
|
|
RELEASE_NAME_OCELOT: wir-social
|
|
NEO4J_STORAGE: "5Gi"
|
|
|
|
ocelot:
|
|
options:
|
|
PRODUCTION_DB_CLEAN_ALLOW: "false"
|
|
PUBLIC_REGISTRATION: "false"
|
|
INVITE_REGISTRATION: "true"
|
|
CATEGORIES_ACTIVE: "false"
|
|
MAX_PINNED_POSTS: "1"
|
|
BADGES_ENABLED: "false"
|
|
NETWORK_NAME: "wir.social"
|
|
ASK_FOR_REAL_NAME: "false"
|
|
REQUIRE_LOCATION: "false"
|