support zulip self signed cert

This commit is contained in:
brooke 2025-02-12 23:10:47 -05:00
parent 85d0c159b0
commit 8be9f387e5
2 changed files with 8 additions and 0 deletions

View File

@ -147,3 +147,6 @@ COMPOSE_FILE="compose.yml"
# NOTE(3wc): as of 2024-04-01 only the `icecast` recipe uses this # NOTE(3wc): as of 2024-04-01 only the `icecast` recipe uses this
#COMPOSE_FILE="$COMPOSE_FILE:compose.web-alt.yml" #COMPOSE_FILE="$COMPOSE_FILE:compose.web-alt.yml"
#WEB_ALT_ENABLED=1 #WEB_ALT_ENABLED=1
## Zulip
#COMPOSE_FILE="$COMPOSE_FILE:compose.zulip.yml"

5
compose.zulip.yml Normal file
View File

@ -0,0 +1,5 @@
version: "3.8"
services:
app:
command:
- "--serversTransport.insecureSkipVerify=true"