Compare commits
1 Commits
3e6b4495be
...
c4ae96976a
Author | SHA1 | Date | |
---|---|---|---|
|
c4ae96976a |
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user