remove comment and redis password

This commit is contained in:
serveur 2022-05-06 07:48:47 +00:00
parent 510eb9c929
commit c4ae96976a
2 changed files with 1 additions and 12 deletions

View File

@ -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:

View File

@ -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