Merge branch 'master' of ssh://yuno.oiseauroch.fr:6969/tobias/infra-oasis21
This commit is contained in:
@@ -49,8 +49,8 @@ services:
|
||||
image: 'bitnami/redis:latest'
|
||||
container_name: redis
|
||||
environment:
|
||||
- ALLOW_EMPTY_PASSWORD=yes
|
||||
- "TZ=Europe/Paris"
|
||||
env_file: ./secrets/librezo.secrets
|
||||
networks:
|
||||
- nextcloud
|
||||
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
POSTGRES_PASSWORD=MOT_DE_PASSE_POSTGRES
|
||||
POSTGRES_PASSWORD=__POSTGRES_PASSWORD__
|
||||
POSTGRES_DB=nc
|
||||
POSTGRES_USER=nc
|
||||
POSTGRES_HOST=nextcloud-db
|
||||
username=nextcloud
|
||||
password=MOT_DE_PASSE_COLLABORA
|
||||
password=__COLLABORA_PASSWORD__
|
||||
REDIS_PASSWORD=__REDIS_PASSWORD__
|
||||
REDIS_HOST_PASSWORD=$REDIS_PASSWORD
|
||||
|
||||
Reference in New Issue
Block a user