clean up commented out config

This commit is contained in:
2024-08-06 16:36:44 -04:00
parent 087c8cf25f
commit 2f50d0fa1d

View File

@ -28,18 +28,10 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
# - "backupbot.backup=true"
# - "backupbot.backup.path=/var/www/html/config/,/var/www/html/data/,/var/www/html/custom_apps/"
- "caddy=${DOMAIN}"
- "caddy.reverse_proxy={{upstreams 80}}"
- "caddy.tls.on_demand="
- "coop-cloud.${STACK_NAME}.version=0.0.1+8719"
# healthcheck:
# test: ["CMD-SHELL", 'curl -s -N curl -Ns localhost/status.php | grep "installed\":true"']
# interval: 30s
# timeout: 10s
# retries: 10
# start_period: 5m
prosody:
image: jitsi/prosody:stable-8719
@ -117,15 +109,6 @@ secrets:
jvb_auth_password:
external: true
name: ${STACK_NAME}_jvb_auth_password_${SECRET_JVB_AUTH_PASSWORD_VERSION}
# jigasi_xmpp_password:
# external: true
# name: ${STACK_NAME}_jigasi_xmpp_password_${SECRET_JIGASI_XMPP_PASSWORD_VERSION}
# jibri_recorder_password:
# external: true
# name: ${STACK_NAME}_jibri_recorder_password_${SECRET_JIBRI_RECORDER_PASSWORD_VERSION}
# jibri_xmpp_password:
# external: true
# name: ${STACK_NAME}_jibri_xmpp_password_${SECRET_JIBRI_XMPP_PASSWORD_VERSION}
volumes:
jitsiconfig: