From c4ae96976a12f41bd98a8c0d7b1a71e1afda786b Mon Sep 17 00:00:00 2001 From: serveur Date: Fri, 6 May 2022 07:48:47 +0000 Subject: [PATCH] remove comment and redis password --- nextcloud/docker-compose.yml | 11 +---------- nextcloud/secrets/librezo.secrets.example | 2 -- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/nextcloud/docker-compose.yml b/nextcloud/docker-compose.yml index a825ed5..95ea285 100644 --- a/nextcloud/docker-compose.yml +++ b/nextcloud/docker-compose.yml @@ -18,9 +18,6 @@ services: restart: unless-stopped volumes: - nextcloud:/var/www/html - #- ./config.php:/var/www/html/config/config.php - #- ./zz-php-custom.ini:/usr/local/etc/php/conf.d/zz-php-custom.ini - #- ./zz-php-fpm-custom.conf:/usr/local/etc/php-fpm.d/zz-php-custom.conf environment: - "TZ=Europe/Paris" - REDIS_HOST=redis @@ -50,6 +47,7 @@ services: container_name: redis environment: - "TZ=Europe/Paris" + - ALLOW_EMPTY_PASSWORD=yes env_file: ./secrets/librezo.secrets networks: - nextcloud @@ -72,16 +70,9 @@ services: container_name: collabora volumes: - ./loolwsd.xml:/etc/loolwsd/loolwsd.xml - #- ./zz-php-fpm-custom.conf:/usr/local/etc/php-fpm.d/zz-php-custom.conf -# ports: -# - 9980:9980 -# expose: -# - "9980" environment: - "TZ=Europe/Paris" - domain=cloud\.calad\.re -# - username=${COLLABORA_USER} -# - password=${COLLABORA_PASSWORD} - serveur_name=code\.calad\.re - "extra_params=--o:ssl.enable=false --o:ssl.termination=true" networks: diff --git a/nextcloud/secrets/librezo.secrets.example b/nextcloud/secrets/librezo.secrets.example index f7baba5..34115af 100644 --- a/nextcloud/secrets/librezo.secrets.example +++ b/nextcloud/secrets/librezo.secrets.example @@ -4,5 +4,3 @@ POSTGRES_USER=nc POSTGRES_HOST=nextcloud-db username=nextcloud password=__COLLABORA_PASSWORD__ -REDIS_PASSWORD=__REDIS_PASSWORD__ -REDIS_HOST_PASSWORD=$REDIS_PASSWORD